| Index: pkg/custom_element/pubspec.yaml
|
| diff --git a/pkg/custom_element/pubspec.yaml b/pkg/custom_element/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f51f7158c9a32bfd109cc45516fdc06635ada2cc
|
| --- /dev/null
|
| +++ b/pkg/custom_element/pubspec.yaml
|
| @@ -0,0 +1,12 @@
|
| +name: custom_element
|
| +author: "Web UI 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.
|
| +dependencies:
|
| + # TODO(jmesserly): fix this, we should not depend on MDV.
|
| + mdv: any
|
| +dev_dependencies:
|
| + unittest: any
|
|
|