mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Fix sdk version constraint for pkg:js 0.6.1
BUG= R=kevmoo@google.com Review URL: https://codereview.chromium.org/2175423004 .
This commit is contained in:
parent
a3f7f85a6e
commit
bacd980554
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue