Index: pkg/collection/pubspec.yaml |
diff --git a/pkg/collection/pubspec.yaml b/pkg/collection/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f1e75db65f5203dad27e27efd5768573b51046f5 |
--- /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: ">=0.8.10+6 <2.0.0" |