Index: samples/third_party/todomvc/pubspec.yaml |
diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc/pubspec.yaml |
index e955c82f584734b10aeb6cac7c432dababa3679a..a1ccb9f2ff7fd68bd25acbe01acefc994e284690 100644 |
--- a/samples/third_party/todomvc/pubspec.yaml |
+++ b/samples/third_party/todomvc/pubspec.yaml |
@@ -2,11 +2,9 @@ name: todomvc |
description: TodoMVC built with the polymer.dart package |
version: 0.14.0 |
dependencies: |
- polymer: ">=0.9.0 <0.10.0" |
+ polymer: any |
transformers: |
- polymer: |
entry_points: web/index.html |
dev_dependencies: |
- unittest: ">=0.9.0 <0.10.0" |
-environment: |
- sdk: ">=1.0.0 <2.0.0" |
+ unittest: any |