| Index: samples/third_party/todomvc/pubspec.yaml
|
| diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc/pubspec.yaml
|
| index 55fca212dd1fb98ca954fe8885352fb7dc8eeab3..e7349ac1869209897cb60aa1be0ba4960586adb6 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.1
|
| dependencies:
|
| - polymer: ">=0.14.0 <0.15.0"
|
| + polymer: ">=0.15.0 <0.16.0"
|
| transformers:
|
| - polymer:
|
| entry_points: web/index.html
|
|
|