| 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"
|
|
|