Chromium Code Reviews| Index: pkg/mime/pubspec.yaml |
| diff --git a/pkg/mime/pubspec.yaml b/pkg/mime/pubspec.yaml |
| index 174820c03f3df283fbb19eff4eca5f5e1c427efe..d3891a65110b54f5ae7e07734a9b63f303541218 100644 |
| --- a/pkg/mime/pubspec.yaml |
| +++ b/pkg/mime/pubspec.yaml |
| @@ -1,6 +1,9 @@ |
| name: mime |
| +version: 0.9.0 |
| author: Dart Team <misc@dartlang.org> |
| description: Helper-package for working with MIME. |
| homepage: http://www.dartlang.org |
| dev_dependencies: |
| - unittest: any |
| + unittest: ">=0.9.0 <0.10.0" |
| +environment: |
| + sdk: ">=1.0.0 <2.0.0" |