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

Side by Side Diff: samples/polymer_intl/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, 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 | Annotate | Revision Log
« no previous file with comments | « pkg/web_components/pubspec.yaml ('k') | samples/searchable_list/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: polymer_intl 1 name: polymer_intl
2 description: An example of using Polymer with localized Intl messages 2 description: An example of using Polymer with localized Intl messages
3 environment: 3 environment:
4 sdk: '>=1.0.0 <2.0.0' 4 sdk: '>=1.0.0 <2.0.0'
5 dependencies: 5 dependencies:
6 intl: '>=0.9.0 <0.10.0' 6 intl: '>=0.9.0 <0.10.0'
7 # TODO(sigmund): change this to 0.11.0 before releasing SDK 1.5 7 polymer: '>=0.11.0 <0.12.0'
8 polymer: '>=0.11.0-dev.2 <0.12.0'
9 unittest: any 8 unittest: any
10 transformers: 9 transformers:
11 - polymer: 10 - polymer:
12 entry_points: web/polymer_intl.html 11 entry_points: web/polymer_intl.html
OLDNEW
« no previous file with comments | « pkg/web_components/pubspec.yaml ('k') | samples/searchable_list/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698