| Index: pkg/analyzer/pubspec.yaml
|
| diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
|
| index ea3dd0c54ed5cb1dc6dedb456af5271ba850f7e8..5ed756a7e0d0fcb68f6779da1e72111312dc5166 100644
|
| --- a/pkg/analyzer/pubspec.yaml
|
| +++ b/pkg/analyzer/pubspec.yaml
|
| @@ -1,13 +1,14 @@
|
| name: analyzer
|
| -version: 0.25.0+1
|
| +version: 0.25.0+2
|
| author: Dart Team <misc@dartlang.org>
|
| description: Static analyzer for Dart.
|
| homepage: http://www.dartlang.org
|
| environment:
|
| sdk: '>=0.8.10+6 <2.0.0'
|
| dependencies:
|
| + args: <0.14.0
|
| path: '>=0.9.0 <2.0.0'
|
| - plugin: '<0.2.0'
|
| + plugin: <0.2.0
|
| watcher: '>=0.9.0 <0.10.0'
|
| dev_dependencies:
|
| typed_mock: '>=0.0.4 <1.0.0'
|
|
|