| Index: pkg/js/pubspec.yaml
|
| diff --git a/pkg/js/pubspec.yaml b/pkg/js/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..410e57141b42a0b9550514386c7562e9d0afa634
|
| --- /dev/null
|
| +++ b/pkg/js/pubspec.yaml
|
| @@ -0,0 +1,9 @@
|
| +name: js
|
| +version: 0.6.0-dev.1
|
| +authors:
|
| +- Dart Team <misc@dartlang.org>
|
| +- Alexandre Ardhuin <alexandre.ardhuin@gmail.com>
|
| +description: Access JavaScript from Dart.
|
| +homepage: https://github.com/dart-lang/js-interop
|
| +environment:
|
| + sdk: '>=1.0.0 <2.0.0'
|
|
|