| Index: pkg/smoke/pubspec.yaml
|
| diff --git a/pkg/smoke/pubspec.yaml b/pkg/smoke/pubspec.yaml
|
| index 435eee564286f1630dfb8ceae39a58e53abc3f31..1d728ca6a1d97eac1db0f2c79d06183855f8f64b 100644
|
| --- a/pkg/smoke/pubspec.yaml
|
| +++ b/pkg/smoke/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: smoke
|
| -version: 0.1.0-pre.3
|
| +version: 0.1.0-pre.4
|
| author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| homepage: "https://api.dartlang.org/apidocs/channels/be/#smoke"
|
| description: >
|
| @@ -9,6 +9,7 @@ description: >
|
| dependencies:
|
| barback: ">=0.9.0 <0.14.0"
|
| logging: ">=0.9.0 <0.10.0"
|
| + analyzer: ">=0.13.0 <0.14.0"
|
| # TODO(sigmund): once we have some easier way to do global app-level
|
| # transformers, we might want to remove this transformer here and only apply it
|
| # in apps that need it.
|
| @@ -18,5 +19,6 @@ transformers:
|
| dev_dependencies:
|
| unittest: ">=0.10.0 <0.11.0"
|
| path: ">=1.0.0 <2.0.0"
|
| + code_transformers: ">=0.1.3 <0.2.0"
|
| environment:
|
| sdk: ">=1.3.0-dev.7.9 <2.0.0"
|
|
|