| Index: pkg/expect/pubspec.yaml
|
| diff --git a/pkg/expect/pubspec.yaml b/pkg/expect/pubspec.yaml
|
| index 0b2ed1565832d2ffb62205c28d4f0941e79e4f27..5be386775775f26e01f82d69524071c5754ea510 100644
|
| --- a/pkg/expect/pubspec.yaml
|
| +++ b/pkg/expect/pubspec.yaml
|
| @@ -1,4 +1,5 @@
|
| name: expect
|
| +version: 0.9.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| @@ -7,3 +8,5 @@ description: >
|
| Third parties are discouraged from using this, and should use
|
| the expect() function in the unit test library instead for
|
| test assertions.
|
| +environment:
|
| + sdk: ">=1.0.0 <2.0.0"
|
|
|