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

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: also add sdk constraint to samples 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
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..c7c02c38ac54540892cb6f45fc7aae10c98a6f5d 100644
--- a/samples/third_party/pop-pop-win/pubspec.yaml
+++ b/samples/third_party/pop-pop-win/pubspec.yaml
@@ -2,8 +2,6 @@ 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'
@@ -11,3 +9,5 @@ dependencies:
chrome_gen: '>=0.1.0'
Siggi Cherem (dart-lang) 2013/11/06 03:19:43 fix deps to put a max? (e.g. browser?)
Jennifer Messerly 2013/11/06 03:26:53 done -- put in a max for "browser"
dev_dependencies:
hop: '>=0.27.0'
+environment:
+ sdk: ">=1.0.0 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698