| Index: pkg/js/pubspec.yaml
|
| diff --git a/pkg/js/pubspec.yaml b/pkg/js/pubspec.yaml
|
| index 18a7571ba93d283edad2b70dab2caf9483e423cb..fafa916f17058667babc6c677316c7fd1e7ca306 100644
|
| --- a/pkg/js/pubspec.yaml
|
| +++ b/pkg/js/pubspec.yaml
|
| @@ -1,8 +1,10 @@
|
| name: js
|
| -version: 0.6.0-beta.2
|
| +version: 0.6.0-beta.3
|
| 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.0.0'
|
| +dev_dependencies:
|
| + browser: '^0.10.0+2'
|
|
|