| Index: samples/third_party/todomvc/pubspec.yaml
|
| diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc/pubspec.yaml
|
| index 174e98e12f20134bc898871f17fa8f6fa59bc5db..12bc76b4d0990dde8a971735610bf2cfbb1b4b6a 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-dev <0.10.0"
|
| transformers:
|
| - polymer:
|
| entry_points: web/index.html
|
|
|