Index: charcode/pubspec.yaml |
diff --git a/charcode/pubspec.yaml b/charcode/pubspec.yaml |
deleted file mode 100644 |
index 64948100cb3ae1d846641e67e36904e0fb57ade4..0000000000000000000000000000000000000000 |
--- a/charcode/pubspec.yaml |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-name: charcode |
-version: 1.1.0 |
-author: Dart Team <misc@dartlang.org> |
-description: > |
- Constants for ASCII and common non-ASCII character codes. |
- |
- When working with characters in Dart, there is no simple way to |
- represent the code point of a character. |
- This library declares readable symbolic names for character codes. |
-homepage: http://www.dartlang.org |
-environment: |
- sdk: '>=1.0.0 <2.0.0' |