fdc29a9ed5
fixes an issue in the previous package, it was missing MutationObservers which it expects included in the binary generated by Grunt. This did not happen because the sources are pulled in from a relative path, rather than being included in the repository, and there was unfortunately no error issued. R=blois@google.com Review URL: https://codereview.chromium.org//153063003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32263 260f80e4-7a28-3924-810f-c04153c831b5
13 lines
408 B
YAML
13 lines
408 B
YAML
name: custom_element
|
|
version: 0.9.3
|
|
author: "Polymer.dart Team <web-ui-dev@dartlang.org>"
|
|
homepage: http://www.dartlang.org/
|
|
description: >
|
|
Custom Elements let authors define their own elements. Authors associate code
|
|
with custom tag names, and then use those custom tag names as they would any
|
|
standard tag.
|
|
dev_dependencies:
|
|
unittest: ">=0.9.0 <0.10.0"
|
|
environment:
|
|
sdk: ">=1.2.0-dev.3.0 <2.0.0"
|