| Index: pkg/matcher/pubspec.yaml
|
| diff --git a/pkg/matcher/pubspec.yaml b/pkg/matcher/pubspec.yaml
|
| index 6f6f2772e37fa5c948364e8dcba5a5c396cfd791..4612c58d0c491ad439865ab082344ca59b20901c 100644
|
| --- a/pkg/matcher/pubspec.yaml
|
| +++ b/pkg/matcher/pubspec.yaml
|
| @@ -1,10 +1,9 @@
|
| name: matcher
|
| -version: 0.10.1+1
|
| +version: 0.11.0
|
| author: Dart Team <misc@dartlang.org>
|
| description: Support for specifying test expectations
|
| -homepage: http://www.dartlang.org
|
| +homepage: https://pub.dartlang.org/packages/matcher
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| -documentation: http://api.dartlang.org/docs/pkg/matcher
|
| dev_dependencies:
|
| unittest: '>=0.10.0 <0.12.0'
|
|
|