Index: pkg/collection/pubspec.yaml |
diff --git a/pkg/collection/pubspec.yaml b/pkg/collection/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cdcbe889681df32f52417ea2e3a7db6366773472 |
--- /dev/null |
+++ b/pkg/collection/pubspec.yaml |
@@ -0,0 +1,9 @@ |
+name: collection |
+version: 0.9.0 |
+author: '"Dart Team <misc@dartlang.org>"' |
+description: Collections and utilities functions and classes related to collections. |
+homepage: http://www.dartlang.org |
+dev_dependencies: |
+ unittest: ">=0.9.0 <0.10.0" |
+environment: |
+ sdk: ">=1.0.0 <2.0.0" |