Chromium Code Reviews| Index: pkg/polymer/pubspec.yaml |
| diff --git a/pkg/polymer/pubspec.yaml b/pkg/polymer/pubspec.yaml |
| index 8cc369c0192bded674e5b1c040f0aa74c3ddc9ab..2e01efdb0b68ff29536141e53726b55b67503b65 100644 |
| --- a/pkg/polymer/pubspec.yaml |
| +++ b/pkg/polymer/pubspec.yaml |
| @@ -1,5 +1,5 @@ |
| name: polymer |
| -version: 0.15.1+5 |
| +version: 0.15.2 |
| author: Polymer.dart Authors <web-ui-dev@dartlang.org> |
| description: > |
| Polymer.dart is a new type of library for the web, built on top of Web |
| @@ -20,8 +20,8 @@ dependencies: |
| smoke: '>=0.2.0 <0.3.0' |
| source_maps: '>=0.9.4 <0.11.0' |
| source_span: '>=1.0.0 <2.0.0' |
| - template_binding: '>=0.12.0 <0.14.0' |
| - web_components: '>=0.9.0 <0.10.0' |
| + template_binding: '>=0.12.0 <0.15.0' |
| + web_components: '>=0.10.0 <0.11.0' |
| yaml: '>=0.9.0 <3.0.0' |
| dev_dependencies: |
| unittest: '>=0.10.0 <0.12.0' |
| @@ -32,11 +32,6 @@ transformers: |
| - code_transformers/src/delete_file: |
| $include: |
| - lib/src/build/log_injector.css |
|
Siggi Cherem (dart-lang)
2014/11/25 17:53:41
should we now delete polymer.js (and keep polymer.
jakemac
2014/12/01 18:42:51
Oh, I did intentionally stop removing the unminifi
Siggi Cherem (dart-lang)
2014/12/02 01:31:26
Oh, mmm. I think it's ok to remove it just like we
jakemac
2014/12/03 18:34:57
done
|
| - - lib/src/js/polymer/polymer.concat.js |
| - - lib/src/js/polymer/polymer.concat.js.map |
| - - lib/src/js/polymer/polymer.js.map |
| -- code_transformers/src/remove_sourcemap_comment: |
| - $include: lib/src/js/polymer/polymer.js |
| - observe: |
| files: lib/src/instance.dart |
| $include: lib/src/instance.dart |