| Index: pkg/web_components/pubspec.yaml
|
| diff --git a/pkg/web_components/pubspec.yaml b/pkg/web_components/pubspec.yaml
|
| deleted file mode 100644
|
| index abfc43fefe587d32a218ba7a44bdab62b76fff65..0000000000000000000000000000000000000000
|
| --- a/pkg/web_components/pubspec.yaml
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -name: web_components
|
| -version: 0.10.0
|
| -author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| -homepage: https://www.dartlang.org/polymer-dart/
|
| -description: >
|
| - Polyfills for Shadow DOM, Custom Elements, and HTML Imports.
|
| - 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. Shadow DOM is designed to provide encapsulation for custom
|
| - elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors
|
| - bundle code and HTML as if they were libraries.
|
| -environment:
|
| - sdk: ">=1.4.0-dev.6.6 <2.0.0"
|
|
|