Chromium Code Reviews| Index: pkg/yaml/pubspec.yaml |
| diff --git a/pkg/yaml/pubspec.yaml b/pkg/yaml/pubspec.yaml |
| index 5362b6008ad3cfbd55249f12c4aed4e42ef974ae..4e3b8de6582207a7b28753bf74dcd46f9bda6cd4 100644 |
| --- a/pkg/yaml/pubspec.yaml |
| +++ b/pkg/yaml/pubspec.yaml |
| @@ -1,14 +1,14 @@ |
| name: yaml |
| -version: 2.0.2-dev |
| -author: "Dart Team <misc@dartlang.org>" |
| -homepage: http://www.dartlang.org |
| +version: 2.0.1+1 |
| +author: Dart Team <misc@dartlang.org> |
| description: A parser for YAML. |
| +homepage: https://www.dartlang.org |
| +environment: |
| + sdk: '>=1.5.0 <2.0.2' |
|
nweiz
2014/08/29 17:05:57
What exactly does this depend on in version 1.5.0
kevmoo
2014/08/29 17:12:09
No clue. Just updated the dependency to remove the
|
| dependencies: |
| - collection: ">=0.9.2 <2.0.0" |
| - path: ">=1.2.0 <2.0.0" |
| - string_scanner: ">=0.1.0 <0.2.0" |
| - source_span: ">=1.0.0 <2.0.0" |
| + collection: '>=0.9.2 <2.0.0' |
| + path: '>=1.2.0 <2.0.0' |
| + source_span: '>=1.0.0 <2.0.0' |
| + string_scanner: '>=0.1.0 <0.2.0' |
| dev_dependencies: |
| - unittest: ">=0.9.0 <0.12.0" |
| -environment: |
| - sdk: ">=1.5.0-dev.0.0 <2.0.0" |
| + unittest: '>=0.9.0 <0.12.0' |
|
nweiz
2014/08/29 17:05:57
Please don't add so much unnecessary churn to the
kevmoo
2014/08/29 17:12:08
Done.
|