| Index: pkg/analyzer/pubspec.yaml
|
| diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
|
| index d6cbc408fa07b66c86847d4e71d592850fd3b3b5..c7ec95323c85c7424b5658f967cac82f3e32965e 100644
|
| --- a/pkg/analyzer/pubspec.yaml
|
| +++ b/pkg/analyzer/pubspec.yaml
|
| @@ -1,12 +1,12 @@
|
| name: analyzer
|
| -version: 0.10.4
|
| +version: 0.10.5
|
| author: Dart Team <misc@dartlang.org>
|
| description: Static analyzer for Dart.
|
| homepage: http://www.dartlang.org
|
| dependencies:
|
| args: ">=0.9.0 <0.10.0"
|
| logging: ">=0.9.0 <0.10.0"
|
| - path: ">=0.9.0 <0.10.0"
|
| + path: ">=0.9.0 <2.0.0"
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
|
|