| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 049509e832547adfb795912380eebf9532e428b1..2be4eaeb2c858484f55bc5211614e1eaad04abd9 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: unittest
|
| -version: 0.12.0-dev
|
| +version: 0.12.0-alpha.0
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://github.com/dart-lang/unittest
|
| @@ -16,7 +16,3 @@ dependencies:
|
| git: https://github.com/dart-lang/matcher.git
|
| dev_dependencies:
|
| fake_async: '>=0.1.2 <0.2.0'
|
| - metatest:
|
| - git:
|
| - ref: b6348d7e7f3c5b00a48aa579694457d1abd36b69
|
| - url: https://github.com/dart-lang/metatest
|
|
|