Index: pkg/args/pubspec.yaml |
diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml |
deleted file mode 100644 |
index 275af81cccc39aa3dbceeca7ee7bedca2d5357ce..0000000000000000000000000000000000000000 |
--- a/pkg/args/pubspec.yaml |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-name: args |
-version: 0.12.2+1 |
-author: "Dart Team <misc@dartlang.org>" |
-homepage: http://www.dartlang.org |
-description: > |
- Library for defining parsers for parsing raw command-line arguments into |
- a set of options and values using GNU and POSIX style options. |
- |
-dependencies: |
- collection: ">=0.9.0 <2.0.0" |
-dev_dependencies: |
- unittest: ">=0.9.0 <0.11.0" |
-environment: |
- sdk: ">=1.0.0 <2.0.0" |