Chromium Code Reviews| Index: pkg/js/pubspec.yaml |
| diff --git a/pkg/js/pubspec.yaml b/pkg/js/pubspec.yaml |
| index 1531b082a4ce15874803f21508d39c5e5a4c0b94..03cecdbab37b2c5d67cab8c61b09f8663a491b58 100644 |
| --- a/pkg/js/pubspec.yaml |
| +++ b/pkg/js/pubspec.yaml |
| @@ -5,6 +5,6 @@ authors: |
| description: Access JavaScript from Dart. |
| homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js |
| environment: |
| - sdk: '>=1.13.0 <2.0.0' |
| + sdk: '>=1.19.0-dev.0.0 <2.0.0' |
| dev_dependencies: |
| browser: '^0.10.0+2' |