| Index: pkg/analyzer/pubspec.yaml
|
| ===================================================================
|
| --- pkg/analyzer/pubspec.yaml (revision 45654)
|
| +++ pkg/analyzer/pubspec.yaml (working copy)
|
| @@ -1,11 +1,12 @@
|
| name: analyzer
|
| -version: 0.25.0+1
|
| +version: 0.25.1
|
| 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:
|
| + linter: '>=0.0.2+1 <0.1.0'
|
| path: '>=0.9.0 <2.0.0'
|
| plugin: '<0.2.0'
|
| watcher: '>=0.9.0 <0.10.0'
|
|
|