| Index: dart/samples/third_party/todomvc/pubspec.yaml
|
| ===================================================================
|
| --- dart/samples/third_party/todomvc/pubspec.yaml (revision 37358)
|
| +++ dart/samples/third_party/todomvc/pubspec.yaml (working copy)
|
| @@ -2,7 +2,8 @@
|
| description: TodoMVC built with the polymer.dart package
|
| version: 0.15.0
|
| dependencies:
|
| - polymer: ">=0.10.0 <0.11.0"
|
| + # TODO(sigmund): change this to 0.11.0 before releasing SDK 1.5
|
| + polymer: ">=0.11.0-dev.2 <0.12.0"
|
| transformers:
|
| - polymer:
|
| entry_points: web/index.html
|
|
|