Chromium Code Reviews| Index: samples/third_party/todomvc_performance/pubspec.yaml |
| diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc_performance/pubspec.yaml |
| similarity index 69% |
| copy from samples/third_party/todomvc/pubspec.yaml |
| copy to samples/third_party/todomvc_performance/pubspec.yaml |
| index f53a3df01068c581899663a1c783aa9456e8753a..5cf41104cbc59bd6ca94de38a15d3a06fb412fb1 100644 |
| --- a/samples/third_party/todomvc/pubspec.yaml |
| +++ b/samples/third_party/todomvc_performance/pubspec.yaml |
| @@ -3,9 +3,11 @@ description: TodoMVC built with the polymer.dart package |
| version: 0.15.0 |
| dependencies: |
| polymer: ">=0.10.0-pre.1 <0.11.0" |
| + browser_controller: ">=0.00.1-dev <0.0.3" |
|
Jennifer Messerly
2014/03/19 19:27:57
most unstable pkg ever! :)
|
| transformers: |
| - polymer: |
| - entry_points: web/index.html |
| + entry_points: web/startup-performance.html |
| + minify: true |
| dev_dependencies: |
| unittest: ">=0.10.0 <0.11.0" |
| environment: |