Chromium Code Reviews| 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..8e2432ad3db42fa51fc5fd8d6d0a381b5edc83c9 |
| --- /dev/null |
| +++ b/pkg/typed_data/pubspec.yaml |
| @@ -0,0 +1,9 @@ |
| +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 |
| +dev_dependencies: |
| + unittest: ">=0.9.0 <0.10.0" |
| +environment: |
| + sdk: ">=1.0.0 <2.0.0" |