| Index: samples/third_party/todomvc/pubspec.yaml
|
| ===================================================================
|
| --- samples/third_party/todomvc/pubspec.yaml (revision 29983)
|
| +++ samples/third_party/todomvc/pubspec.yaml (working copy)
|
| @@ -2,9 +2,11 @@
|
| description: TodoMVC built with the polymer.dart package
|
| version: 0.14.0
|
| dependencies:
|
| - polymer: any
|
| + polymer: ">=0.9.0 <0.10.0"
|
| transformers:
|
| - polymer:
|
| entry_points: web/index.html
|
| dev_dependencies:
|
| - unittest: any
|
| + unittest: ">=0.9.0 <0.10.0"
|
| +environment:
|
| + sdk: ">=0.8.10+6 <2.0.0"
|
|
|