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

Unified Diff: samples/third_party/todomvc/pubspec.yaml

Issue 59763006: add versions and constraints for packages and samples (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update a few more constraints 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 | « samples/third_party/pop-pop-win/pubspec.yaml ('k') | samples/tracker/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/todomvc/pubspec.yaml
diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc/pubspec.yaml
index a1ccb9f2ff7fd68bd25acbe01acefc994e284690..e955c82f584734b10aeb6cac7c432dababa3679a 100644
--- a/samples/third_party/todomvc/pubspec.yaml
+++ b/samples/third_party/todomvc/pubspec.yaml
@@ -2,9 +2,11 @@ name: todomvc
description: TodoMVC built with the polymer.dart package
version: 0.14.0
dependencies:
- polymer: any
+ polymer: ">=0.9.0 <0.10.0"
transformers:
- polymer:
entry_points: web/index.html
dev_dependencies:
- unittest: any
+ unittest: ">=0.9.0 <0.10.0"
+environment:
+ sdk: ">=1.0.0 <2.0.0"
« no previous file with comments | « samples/third_party/pop-pop-win/pubspec.yaml ('k') | samples/tracker/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698