| Index: pkg/smoke/pubspec.yaml
|
| diff --git a/pkg/smoke/pubspec.yaml b/pkg/smoke/pubspec.yaml
|
| index 194a3aadb76e2397d701cdf1e2341ac9c3708b04..5c5d7a85b811cdf3da4cdd7c054dff5819ca5d4a 100644
|
| --- a/pkg/smoke/pubspec.yaml
|
| +++ b/pkg/smoke/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: smoke
|
| -version: 0.1.0-dev
|
| +version: 0.1.0-pre.0
|
| author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| description: >
|
| A restricted reflective system that uses mirrors at development time, but that
|
| @@ -13,6 +13,6 @@ dependencies:
|
| # application package.
|
| #transformers: [smoke/src/default_transformer]
|
| dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| + unittest: ">=0.10.0 <0.11.0"
|
| environment:
|
| - sdk: ">=1.1.0-dev.5.0 <2.0.0"
|
| + sdk: ">=1.2.0 <2.0.0"
|
|
|