Chromium Code Reviews| OLD | NEW |
|---|---|
| 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" | |
| OLD | NEW |