| Index: pkg/template_binding/pubspec.yaml
|
| diff --git a/pkg/template_binding/pubspec.yaml b/pkg/template_binding/pubspec.yaml
|
| index b4a168540b2285c707defc8a1359cb6208d4547f..2bd4c1d3a2c97d91f5d8ec704762ea79536d8c44 100644
|
| --- a/pkg/template_binding/pubspec.yaml
|
| +++ b/pkg/template_binding/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: template_binding
|
| -version: 0.10.0-dev
|
| +version: 0.10.0-pre.0
|
| author: Polymer.dart Team <web-ui-dev@dartlang.org>
|
| description: >
|
| Extends the capabilities of the HTML Template Element by enabling it to
|
| @@ -7,10 +7,9 @@ description: >
|
| homepage: https://www.dartlang.org/polymer-dart/
|
| dependencies:
|
| logging: ">=0.9.0 <0.10.0"
|
| - mutation_observer: ">=0.9.0 <0.10.0"
|
| - observe: ">=0.10.0-dev <0.11.0"
|
| + observe: ">=0.10.0-pre.0 <0.11.0"
|
| dev_dependencies:
|
| - custom_element: ">=0.9.1 <0.10.0"
|
| - unittest: ">=0.9.0 <0.10.0"
|
| + web_components: ">=0.3.1 <0.4.0"
|
| + unittest: ">=0.10.0 <0.11.0"
|
| environment:
|
| - sdk: ">=1.0.0 <2.0.0"
|
| + sdk: ">=1.2.0 <2.0.0"
|
|
|