| Index: pkg/js/pubspec.yaml
|
| diff --git a/pkg/js/pubspec.yaml b/pkg/js/pubspec.yaml
|
| index d55812660ca1db4aef14ae4269a255982aa7ff6f..fe42cfc17b6231fc656a6cf585528bca56de0fc8 100644
|
| --- a/pkg/js/pubspec.yaml
|
| +++ b/pkg/js/pubspec.yaml
|
| @@ -1,9 +1,8 @@
|
| name: js
|
| -version: 0.6.0-dev.1
|
| +version: 0.6.0-beta.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
|
| +homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js
|
| environment:
|
| - sdk: '>=1.13.0-dev <2.0.0'
|
| + sdk: '>=1.13.0-dev.7 <2.0.0'
|
|
|