| Index: pkg/serialization/pubspec.yaml
|
| diff --git a/pkg/serialization/pubspec.yaml b/pkg/serialization/pubspec.yaml
|
| index fcb46813841824a78fe67c4a0039a89ba2d901a2..e66e029282041287506a60d318d05f46744de51d 100644
|
| --- a/pkg/serialization/pubspec.yaml
|
| +++ b/pkg/serialization/pubspec.yaml
|
| @@ -1,11 +1,8 @@
|
| name: serialization
|
| -version: 0.9.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| documentation: http://api.dartlang.org/docs/pkg/serialization
|
| description: >
|
| Provide a serialization facility for Dart objects.
|
| dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| -environment:
|
| - sdk: ">=1.0.0 <2.0.0"
|
| + unittest: any
|
|
|