Chromium Code Reviews| Index: pkg/yaml/pubspec.yaml |
| diff --git a/pkg/yaml/pubspec.yaml b/pkg/yaml/pubspec.yaml |
| index 4b17267fcb69e10aa2e26cb213d0729fe16a38e7..48d498988807614d759d2168e375b992ad13d271 100644 |
| --- a/pkg/yaml/pubspec.yaml |
| +++ b/pkg/yaml/pubspec.yaml |
| @@ -1,6 +1,9 @@ |
| name: yaml |
| +version: 0.9.0 |
| author: "Dart Team <misc@dartlang.org>" |
| homepage: http://www.dartlang.org |
| description: A parser for YAML. |
| dev_dependencies: |
| - unittest: any |
| + unittest: ">=0.9.0 <0.10.0" |
| +environment: |
| + sdk: ">=1.0.0 <2.0.0" |