| Index: pkg/collection_helpers/pubspec.yaml
|
| diff --git a/pkg/collection_helpers/pubspec.yaml b/pkg/collection_helpers/pubspec.yaml
|
| index 482ca1ca76986c6aaa0c2ce870cf27e9570e2287..871ef1cd262290a3e587776a8510e0dd476d1612 100644
|
| --- a/pkg/collection_helpers/pubspec.yaml
|
| +++ b/pkg/collection_helpers/pubspec.yaml
|
| @@ -1,9 +1,10 @@
|
| name: collection_helpers
|
| -version: 0.9.1
|
| +version: 0.9.2
|
| author: "Dart Team <misc@dartlang.org>"
|
| -description: Utility functions and classes for working with collections.
|
| +description: Discontinued. Use package:collection or package:typed_data.
|
| homepage: http://www.dartlang.org
|
| -dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| +dependencies:
|
| + collection: "0.9.0"
|
| + typed_data: "0.9.0"
|
| environment:
|
| sdk: ">=1.0.0 <2.0.0"
|
|
|