| Index: samples/third_party/todomvc/pubspec.yaml
|
| diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc/pubspec.yaml
|
| index 701c365d92b42ff6807821e6e86133420f558fe2..a1ccb9f2ff7fd68bd25acbe01acefc994e284690 100644
|
| --- a/samples/third_party/todomvc/pubspec.yaml
|
| +++ b/samples/third_party/todomvc/pubspec.yaml
|
| @@ -3,5 +3,8 @@ description: TodoMVC built with the polymer.dart package
|
| version: 0.14.0
|
| dependencies:
|
| polymer: any
|
| +transformers:
|
| +- polymer:
|
| + entry_points: web/index.html
|
| dev_dependencies:
|
| unittest: any
|
|
|