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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: js 1 name: js
2 version: 0.6.0-dev.1 2 version: 0.6.0-dev.1
3 authors: 3 authors:
4 - Dart Team <misc@dartlang.org> 4 - Dart Team <misc@dartlang.org>
5 - Alexandre Ardhuin <alexandre.ardhuin@gmail.com> 5 - Alexandre Ardhuin <alexandre.ardhuin@gmail.com>
6 description: Access JavaScript from Dart. 6 description: Access JavaScript from Dart.
7 homepage: https://github.com/dart-lang/js-interop 7 homepage: https://github.com/dart-lang/js-interop
8 environment: 8 environment:
9 sdk: '>=1.13.0 <2.0.0' 9 sdk: '>=1.13.0-dev <2.0.0'
OLDNEW
« 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