Fix version constraint so that package:js is fine to use with prerelease versions of the SDK

BUG=
R=nweiz@google.com

Review URL: https://codereview.chromium.org/1398973006 .
This commit is contained in:
Jacob Richman 2015-10-13 14:32:15 -07:00
parent ab20fa00da
commit ff3309993c

View file

@ -6,4 +6,4 @@ authors:
description: Access JavaScript from Dart.
homepage: https://github.com/dart-lang/js-interop
environment:
sdk: '>=1.13.0 <2.0.0'
sdk: '>=1.13.0-dev <2.0.0'