| Index: samples/third_party/todomvc/pubspec.yaml
|
| diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc/pubspec.yaml
|
| index 7cdeb549f0c70170408c1c822a65dc92659c0a91..59ab713eee894a38e572cb8b87b9d64525686803 100644
|
| --- a/samples/third_party/todomvc/pubspec.yaml
|
| +++ b/samples/third_party/todomvc/pubspec.yaml
|
| @@ -2,7 +2,8 @@ name: todomvc
|
| 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
|
|
|