Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 04188d6070dae0a59d98b91dfd6e724c41c634ab..b0e3519e6b4e99bc2f9a573f3249ed71d6f2dd9f 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,23 +1,22 @@ |
| name: web_ui |
| -author: "Web UI Authors <web-ui-dev@dartlang.org>" |
| -homepage: https://github.com/dart-lang/web-ui |
| -description: An easy way to build web apps in Dart. |
| version: 0.4.24 |
| +author: Web UI Authors <web-ui-dev@dartlang.org> |
| +description: An easy way to build web apps in Dart. |
|
Siggi Cherem (dart-lang)
2013/10/31 22:08:04
a lot of these changes were from the Editor. I reo
|
| +homepage: https://github.com/dart-lang/web-ui |
| dependencies: |
| - args: ">=0.4.5" |
| - analyzer_experimental: ">=0.5.12" |
| - browser: ">=0.4.5" |
| - custom_element: ">=0.6.14" |
| - logging: ">=0.4.5" |
| - pathos: ">=0.4.5" |
| - unittest: ">=0.4.5" |
| - # Pin these github packages so we don't get breaks from publishing them: |
| - csslib: ">=0.4.7 <0.4.8" |
| - html5lib: ">=0.4.4 <0.4.5" |
| - source_maps: ">=0.4.5" |
| + args: '>=0.4.5' |
| + analyzer_experimental: '>=0.5.12' |
| + browser: '>=0.4.5' |
| + custom_element: '>=0.6.14' |
| + logging: '>=0.4.5' |
| + path: '>=0.8.9' |
| + unittest: '>=0.4.5' |
| + csslib: '>=0.4.7 <0.4.8' |
| + html5lib: '>=0.8.9 <0.8.10' |
| + source_maps: '>=0.4.5' |
| dev_dependencies: |
| js: any |
| - benchmark_harness: ">=1.0.2 <1.0.3" |
| - stack_trace: ">=0.6.3" |
| + benchmark_harness: '>=1.0.2 <1.0.3' |
| + stack_trace: '>=0.6.3' |
| environment: |
| - sdk: ">=0.8.7" |
| + sdk: '>=0.8.9' |