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

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

Issue 337073003: Update samples and editor template to use polymer 0.11.0 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 6 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
« no previous file with comments | « samples/searchable_list/pubspec.yaml ('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: 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.0 3 version: 0.15.0
4 dependencies: 4 dependencies:
5 # TODO(sigmund): change this to 0.11.0 before releasing SDK 1.5 5 polymer: ">=0.11.0 <0.12.0"
6 polymer: ">=0.11.0-dev.2 <0.12.0"
7 transformers: 6 transformers:
8 - polymer: 7 - polymer:
9 entry_points: web/index.html 8 entry_points: web/index.html
10 dev_dependencies: 9 dev_dependencies:
11 unittest: ">=0.10.0 <0.11.0" 10 unittest: ">=0.10.0 <0.11.0"
12 environment: 11 environment:
13 sdk: ">=1.2.0 <2.0.0" 12 sdk: ">=1.2.0 <2.0.0"
OLDNEW
« no previous file with comments | « samples/searchable_list/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698