Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3176)

Unified Diff: pkg/js/pubspec.yaml

Issue 1398973006: Fix version constraint so that package:js is fine to use with prerelease versions of the SDK (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/js/pubspec.yaml
diff --git a/pkg/js/pubspec.yaml b/pkg/js/pubspec.yaml
index 16ed37c8c1137aa33014169e3987cf885d3b17d6..d55812660ca1db4aef14ae4269a255982aa7ff6f 100644
--- a/pkg/js/pubspec.yaml
+++ b/pkg/js/pubspec.yaml
@@ -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'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698