| Index: pkg/custom_element/pubspec.yaml
|
| diff --git a/pkg/custom_element/pubspec.yaml b/pkg/custom_element/pubspec.yaml
|
| index 045d2d2891be8bb853dddcda3405b65309848c35..065a584d143585711ae960cf6bc23c9426003b9d 100644
|
| --- a/pkg/custom_element/pubspec.yaml
|
| +++ b/pkg/custom_element/pubspec.yaml
|
| @@ -1,13 +1,11 @@
|
| name: custom_element
|
| -version: 0.9.2
|
| +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.
|
| -dependencies:
|
| - mutation_observer: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
|
|