| Index: pkg/async_helper/pubspec.yaml
|
| diff --git a/pkg/async_helper/pubspec.yaml b/pkg/async_helper/pubspec.yaml
|
| index e4f33dea1b9789006f27d44d73b9f3c4aee69803..ca51bc9a9eb80da2bdc7257265846a15dc2175b3 100644
|
| --- a/pkg/async_helper/pubspec.yaml
|
| +++ b/pkg/async_helper/pubspec.yaml
|
| @@ -1,4 +1,5 @@
|
| name: async_helper
|
| +version: 0.9.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| @@ -7,3 +8,5 @@ description: >
|
| language tests.
|
| Third parties are discouraged from using this, and should use
|
| the facilities provided in the unittest library.
|
| +environment:
|
| + sdk: ">=1.0.0 <2.0.0"
|
|
|