| Index: pkg/js/pubspec.yaml
|
| diff --git a/pkg/js/pubspec.yaml b/pkg/js/pubspec.yaml
|
| index 68713a33c80a8f2223a856d47e354fdc2faab0ce..caa90074a7cb34a0561bfc7affff24100e469b0e 100644
|
| --- a/pkg/js/pubspec.yaml
|
| +++ b/pkg/js/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: js
|
| -version: 0.6.0-beta.7
|
| +version: 0.6.0-beta.8
|
| authors:
|
| - Dart Team <misc@dartlang.org>
|
| description: Access JavaScript from Dart.
|
| homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js
|
| environment:
|
| - sdk: '>=1.13.0-dev.7.2 <2.0.0'
|
| + sdk: '>=1.13.0-dev.7.7 <2.0.0'
|
| dev_dependencies:
|
| browser: '^0.10.0+2'
|
|
|