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

Side by Side Diff: pubspec.yaml

Issue 19235008: Rename package:js ports to avoid conflict with dart:js ones (Closed) Base URL: https://github.com/dart-lang/js-interop.git@master
Patch Set: Created 7 years, 5 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 | « lib/js.dart ('k') | 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.0.23 2 version: 0.0.24
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: '>=0.4.1+0.r19425' 9 sdk: '>=0.4.1+0.r19425'
10 dependencies: 10 dependencies:
11 browser: any
11 meta: any 12 meta: any
12 browser: any
13 dev_dependencies: 13 dev_dependencies:
14 unittest: any 14 unittest: any
OLDNEW
« no previous file with comments | « lib/js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698