| Index: samples/third_party/todomvc/pubspec.yaml
|
| diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc/pubspec.yaml
|
| index e955c82f584734b10aeb6cac7c432dababa3679a..198a0c95b040489a1979bfd5c293876c0637dfc7 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.14.0
|
| dependencies:
|
| - polymer: ">=0.9.0 <0.10.0"
|
| + polymer: ">=0.9.1 <0.10.0"
|
| transformers:
|
| - polymer:
|
| entry_points: web/index.html
|
|
|