| Index: pkg/source_maps/pubspec.yaml
|
| diff --git a/pkg/source_maps/pubspec.yaml b/pkg/source_maps/pubspec.yaml
|
| index a0b0dc49883e834fe627354204d9035e0ea487e8..4ae180291703412b1c964fedec1ea0a879fbb131 100644
|
| --- a/pkg/source_maps/pubspec.yaml
|
| +++ b/pkg/source_maps/pubspec.yaml
|
| @@ -1,9 +1,6 @@
|
| name: source_maps
|
| -version: 0.9.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: Library to programmatically manipulate source map files.
|
| dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| -environment:
|
| - sdk: ">=1.0.0 <2.0.0"
|
| + unittest: any
|
|
|