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

Unified Diff: dart/samples/third_party/angular_todo/pubspec.yaml

Issue 67783002: Version 1.0.0.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/samples/third_party/angular_todo/pubspec.yaml
===================================================================
--- dart/samples/third_party/angular_todo/pubspec.yaml (revision 30136)
+++ dart/samples/third_party/angular_todo/pubspec.yaml (working copy)
@@ -1,9 +1,9 @@
name: angular_dart_demo
version: 0.0.2
+environment:
+ sdk: '>=0.8.10+6 <2.0.0'
dependencies:
- angular: ">=0.9.0 <0.10.0"
- browser: ">=0.8.0 <0.9.0"
- js: ">=0.1.0 <0.2.0"
- unittest: ">=0.8.0 <0.9.0"
-environment:
- sdk: ">=0.8.10+6 <2.0.0"
+ angular: '>=0.9.0 <0.10.0'
+ browser: '>=0.9.0 <0.10.0'
+ js: '>=0.2.0'
+ unittest: '>=0.9.0'
« no previous file with comments | « no previous file | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698