| Index: mojo/public/dart/third_party/matcher/pubspec.yaml
|
| diff --git a/mojo/public/dart/third_party/matcher/pubspec.yaml b/mojo/public/dart/third_party/matcher/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ea8f4aba1183db0929cb039441f6fa0a19ea4710
|
| --- /dev/null
|
| +++ b/mojo/public/dart/third_party/matcher/pubspec.yaml
|
| @@ -0,0 +1,9 @@
|
| +name: matcher
|
| +version: 0.12.0+1
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: Support for specifying test expectations
|
| +homepage: https://github.com/dart-lang/matcher
|
| +environment:
|
| + sdk: '>=1.0.0 <2.0.0'
|
| +dev_dependencies:
|
| + test: '>=0.12.0 <0.13.0'
|
|
|