| Index: pkg/unittest/pubspec.yaml
|
| diff --git a/pkg/unittest/pubspec.yaml b/pkg/unittest/pubspec.yaml
|
| deleted file mode 100644
|
| index 032cbca08329b5450f3b013dfdb3bb0994613c0f..0000000000000000000000000000000000000000
|
| --- a/pkg/unittest/pubspec.yaml
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -name: unittest
|
| -version: 0.11.4
|
| -author: Dart Team <misc@dartlang.org>
|
| -description: A library for writing dart unit tests.
|
| -homepage: https://pub.dartlang.org/packages/unittest
|
| -environment:
|
| - sdk: '>=1.0.0 <2.0.0'
|
| -dependencies:
|
| - stack_trace: '>=0.9.0 <2.0.0'
|
| -
|
| - # Because unittest exports matcher, it needs to keep its version constraint
|
| - # tight to ensure that a constraint on unittest properly constraints all
|
| - # features it provides.
|
| - matcher: '>=0.11.3 <0.11.4'
|
| -dev_dependencies:
|
| - metatest: '>=0.1.0 <0.2.0'
|
|
|