| OLD | NEW |
| 1 name: custom_element | 1 name: custom_element |
| 2 author: "Web UI Team <web-ui-dev@dartlang.org>" | 2 author: "Web UI Team <web-ui-dev@dartlang.org>" |
| 3 homepage: http://www.dartlang.org/ | 3 homepage: http://www.dartlang.org/ |
| 4 description: > | 4 description: > |
| 5 Custom Elements let authors define their own elements. Authors associate code | 5 Custom Elements let authors define their own elements. Authors associate code |
| 6 with custom tag names, and then use those custom tag names as they would any | 6 with custom tag names, and then use those custom tag names as they would any |
| 7 standard tag. | 7 standard tag. |
| 8 dependencies: | 8 dependencies: |
| 9 meta: any | 9 meta: any |
| 10 mutation_observer: any | 10 mutation_observer: any |
| 11 # TODO(jmesserly): fix this, we should not depend on MDV. | |
| 12 mdv: any | |
| 13 dev_dependencies: | 11 dev_dependencies: |
| 14 unittest: any | 12 unittest: any |
| OLD | NEW |