| Index: pkg/args/pubspec.yaml
|
| ===================================================================
|
| --- pkg/args/pubspec.yaml (revision 29983)
|
| +++ pkg/args/pubspec.yaml (working copy)
|
| @@ -1,4 +1,5 @@
|
| name: args
|
| +version: 0.9.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| documentation: http://api.dartlang.org/docs/pkg/args
|
| @@ -7,6 +8,8 @@
|
| a set of options and values using GNU and POSIX style options.
|
|
|
| dependencies:
|
| - unmodifiable_collection: any
|
| + unmodifiable_collection: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
| - unittest: any
|
| + unittest: ">=0.9.0 <0.10.0"
|
| +environment:
|
| + sdk: ">=0.8.10+6 <2.0.0"
|
|
|