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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 name: poppopwin 1 name: poppopwin
2 author: Kevin Moore <kevin@thinkpixellab.com> 2 author: Kevin Moore <kevin@thinkpixellab.com>
3 description: '"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.' 3 description: '"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.'
4 homepage: https://github.com/dart-lang/pop-pop-win 4 homepage: https://github.com/dart-lang/pop-pop-win
5 environment:
6 sdk: '>=0.8.9'
7 dependencies: 5 dependencies:
8 bot: '>=0.24.0' 6 bot: '>=0.24.0'
9 bot_web: '>=0.20.6' 7 bot_web: '>=0.20.6'
10 browser: '>=0.8.9' 8 browser: '>=0.8.9'
11 chrome_gen: '>=0.1.0' 9 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"
12 dev_dependencies: 10 dev_dependencies:
13 hop: '>=0.27.0' 11 hop: '>=0.27.0'
12 environment:
13 sdk: ">=1.0.0 <2.0.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698