| Index: samples/pop-pop-win/pubspec.yaml
|
| diff --git a/samples/third_party/pop-pop-win/pubspec.yaml b/samples/pop-pop-win/pubspec.yaml
|
| similarity index 69%
|
| rename from samples/third_party/pop-pop-win/pubspec.yaml
|
| rename to samples/pop-pop-win/pubspec.yaml
|
| index d6cfbb5d72405427c7dbd98ffddcfb39601acf81..3e8669da61f66c5d3405b5708c4852736f2c8abb 100644
|
| --- a/samples/third_party/pop-pop-win/pubspec.yaml
|
| +++ b/samples/pop-pop-win/pubspec.yaml
|
| @@ -1,9 +1,8 @@
|
| name: poppopwin
|
| author: Kevin Moore <kevmoo@google.com>
|
| description: '"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.'
|
| -homepage: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/third_party/pop-pop-win/
|
| environment:
|
| - sdk: '>=1.0.0 <2.0.0'
|
| + sdk: '>=1.3.0-dev.4.1 <2.0.0'
|
| dependencies:
|
| bot: '>=0.26.0 <0.27.0'
|
| bot_web: '>=0.21.0 <0.22.0'
|
|
|