| Index: pkg/smoke/pubspec.yaml
|
| diff --git a/pkg/smoke/pubspec.yaml b/pkg/smoke/pubspec.yaml
|
| index 4beae18149b9d8589aa1a3d95e3d4a3531b01bd1..c910971932bd064f4a3f48bfa42f0658cde02c1f 100644
|
| --- a/pkg/smoke/pubspec.yaml
|
| +++ b/pkg/smoke/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: smoke
|
| -version: 0.2.0+3
|
| +version: 0.2.1-dev
|
| author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| homepage: "https://api.dartlang.org/apidocs/channels/be/#smoke"
|
| description: >
|
| @@ -9,7 +9,7 @@ description: >
|
| dependencies:
|
| barback: ">=0.9.0 <0.16.0"
|
| logging: ">=0.9.0 <0.10.0"
|
| - analyzer: ">=0.13.0 <0.22.0"
|
| + analyzer: ">=0.13.0 <0.23.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.
|
|
|