Chromium Code Reviews| Index: pkg/source_maps/pubspec.yaml |
| diff --git a/pkg/source_maps/pubspec.yaml b/pkg/source_maps/pubspec.yaml |
| index 4ae180291703412b1c964fedec1ea0a879fbb131..a0b0dc49883e834fe627354204d9035e0ea487e8 100644 |
| --- a/pkg/source_maps/pubspec.yaml |
| +++ b/pkg/source_maps/pubspec.yaml |
| @@ -1,6 +1,9 @@ |
| 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: any |
| + unittest: ">=0.9.0 <0.10.0" |
| +environment: |
| + sdk: ">=1.0.0 <2.0.0" |