Chromium Code Reviews| 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. |
|
Siggi Cherem (dart-lang)
2013/07/29 20:18:52
just checking, is this because we don't have mutat
Jennifer Messerly
2013/07/29 20:22:31
yes
|
| + mdv: any |
| +dev_dependencies: |
| + unittest: any |