| Index: pkg/typed_data/pubspec.yaml
|
| diff --git a/pkg/typed_data/pubspec.yaml b/pkg/typed_data/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2352f532d49913d74872a8d6ef64acf20cedcf85
|
| --- /dev/null
|
| +++ b/pkg/typed_data/pubspec.yaml
|
| @@ -0,0 +1,11 @@
|
| +name: typed_data
|
| +version: 0.9.0
|
| +author: '"Dart Team <misc@dartlang.org>"'
|
| +description: Utility functions and classes related to the 'dart:typed_data' library.
|
| +homepage: http://www.dartlang.org
|
| +dependencies:
|
| + collection: ">= 0.9.0 <0.10.0"
|
| +dev_dependencies:
|
| + unittest: ">=0.9.0 <0.10.0"
|
| +environment:
|
| + sdk: ">=0.8.10+6 <2.0.0"
|
|
|