| Index: pkg/html_import/pubspec.yaml
|
| diff --git a/pkg/html_import/pubspec.yaml b/pkg/html_import/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9aa328d2a4332dd1326ef7e0cfb067e3e6a94ab2
|
| --- /dev/null
|
| +++ b/pkg/html_import/pubspec.yaml
|
| @@ -0,0 +1,8 @@
|
| +name: html_import
|
| +author: "Web UI Team <web-ui-dev@dartlang.org>"
|
| +homepage: https://github.com/Polymer/HTMLImports/tree/master
|
| +description: >
|
| + HTML Imports are a way to include and reuse HTML documents in other HTML
|
| + documents. As <script> tags let authors include external code in their
|
| + pages, imports let authors load full HTML resources. In particular, imports
|
| + let authors include Custom Element definitions from external URLs.
|
|
|