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

Side by Side Diff: samples/third_party/todomvc/pubspec.yaml

Issue 583853002: Use precompiled dependencies in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
1 name: todomvc 1 name: todomvc
2 description: TodoMVC built with the polymer.dart package 2 description: TodoMVC built with the polymer.dart package
3 version: 0.15.1 3 version: 0.15.1
4 dependencies: 4 dependencies:
5 polymer: ">=0.14.0 <0.15.0" 5 polymer: ">=0.14.0 <0.15.0"
6 transformers:
7 - polymer:
8 entry_points: web/index.html
Bob Nystrom 2014/09/23 19:47:45 ?
nweiz 2014/09/23 21:34:49 This diff is removed in the latest upload.
9 dev_dependencies: 6 dev_dependencies:
10 unittest: ">=0.10.0 <0.11.0" 7 unittest: ">=0.10.0 <0.11.0"
11 environment: 8 environment:
12 sdk: ">=1.2.0 <2.0.0" 9 sdk: ">=1.2.0 <2.0.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698