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

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

Issue 235933014: Allowing Angular sample to run on dev branch with Angular 0.9.10 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/pkgbuild.status ('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: angular_todo 1 name: angular_todo
2 version: 0.0.4 2 version: 0.0.4
3 environment: 3 environment:
4 sdk: '>=1.2.0 <2.0.0' 4 sdk: '>=1.2.0 <2.0.0'
5 dependencies: 5 dependencies:
6 angular: '>=0.9.10 <0.9.11' 6 angular: '>=0.9.10 <0.9.11'
7 browser: '>=0.9.0 <0.10.0' 7 browser: '>=0.9.0 <0.10.0'
8 unittest: '>=0.10.0 <0.11.0' 8 unittest: '>=0.10.0 <0.11.0'
9
10 dependency_overrides:
11 analyzer: '>=0.13.0 <0.14.0' # dartbug.com/18233- for Angular 0.9.10 only.
OLDNEW
« no previous file with comments | « pkg/pkgbuild.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698