| Index: pkg/collection_helpers/pubspec.yaml
|
| ===================================================================
|
| --- pkg/collection_helpers/pubspec.yaml (revision 29983)
|
| +++ pkg/collection_helpers/pubspec.yaml (working copy)
|
| @@ -1,6 +1,9 @@
|
| name: collection_helpers
|
| +version: 0.9.0
|
| author: '"Dart Team <misc@dartlang.org>"'
|
| description: Utility functions and classes for working with collections.
|
| homepage: http://www.dartlang.org
|
| dev_dependencies:
|
| - unittest: any
|
| + unittest: ">=0.9.0 <0.10.0"
|
| +environment:
|
| + sdk: ">=0.8.10+6 <2.0.0"
|
|
|