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

Unified Diff: samples/third_party/pop-pop-win/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/angular_todo/pubspec.yaml ('k') | samples/third_party/todomvc/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/pop-pop-win/pubspec.yaml
diff --git a/samples/third_party/pop-pop-win/pubspec.yaml b/samples/third_party/pop-pop-win/pubspec.yaml
index aeb8b0f94e4c33469a5f6d0ef809155efc4bc4bb..18cad24461a07cd3e6fbf158c1c5f601e5039171 100644
--- a/samples/third_party/pop-pop-win/pubspec.yaml
+++ b/samples/third_party/pop-pop-win/pubspec.yaml
@@ -2,12 +2,12 @@ name: poppopwin
author: Kevin Moore <kevin@thinkpixellab.com>
description: '"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.'
homepage: https://github.com/dart-lang/pop-pop-win
-environment:
- sdk: '>=0.8.9'
dependencies:
bot: '>=0.24.0'
bot_web: '>=0.20.6'
- browser: '>=0.8.9'
+ browser: '>=0.9.0 <0.10.0'
chrome_gen: '>=0.1.0'
dev_dependencies:
hop: '>=0.27.0'
+environment:
+ sdk: ">=1.0.0 <2.0.0"
« no previous file with comments | « samples/third_party/angular_todo/pubspec.yaml ('k') | samples/third_party/todomvc/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698