Chromium Code Reviews| Index: pkg/collection_helpers/pubspec.yaml |
| diff --git a/pkg/collection_helpers/pubspec.yaml b/pkg/collection_helpers/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a0513ef37b325b45b557f5c88dd870e662ffb43a |
| --- /dev/null |
| +++ b/pkg/collection_helpers/pubspec.yaml |
| @@ -0,0 +1,6 @@ |
| +name: collection_helpers |
| +author: '"Dart Team <misc@dartlang.org>"' |
| +description: Utility functions and classes for working with collections. |
| +homepage: http://www.dartlang.org |
| +dev_dependencies: |
| + unittest: any |