Chromium Code Reviews| Index: samples/third_party/todomvc/pubspec.yaml |
| diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc/pubspec.yaml |
| index f53a3df01068c581899663a1c783aa9456e8753a..5a7bf618c4fdc9f4383cfe2b3d05d7076b688a51 100644 |
| --- a/samples/third_party/todomvc/pubspec.yaml |
| +++ b/samples/third_party/todomvc/pubspec.yaml |
| @@ -2,7 +2,7 @@ name: todomvc |
| description: TodoMVC built with the polymer.dart package |
| version: 0.15.0 |
| dependencies: |
| - polymer: ">=0.10.0-pre.1 <0.11.0" |
| + polymer: ">=0.10.0-pre.7 <0.11.0" |
|
kasperl
2014/06/11 07:56:14
Isn't this a pretty broken constraint? Are you gua
Jennifer Messerly
2014/06/11 17:45:43
this was indeed the issue, yup. originally the 0.1
|
| transformers: |
| - polymer: |
| entry_points: web/index.html |