| Index: dart/pkg/template_binding/pubspec.yaml
|
| ===================================================================
|
| --- dart/pkg/template_binding/pubspec.yaml (revision 29987)
|
| +++ dart/pkg/template_binding/pubspec.yaml (working copy)
|
| @@ -1,12 +1,16 @@
|
| name: template_binding
|
| +version: 0.9.0
|
| author: Polymer.dart Team <web-ui-dev@dartlang.org>
|
| description: >
|
| Extends the capabilities of the HTML Template Element by enabling it to
|
| create, manage, and remove instances of content bound to data defined in Dart.
|
| homepage: https://www.dartlang.org/polymer-dart/
|
| dependencies:
|
| - logging: any
|
| - observe: any
|
| + logging: ">=0.9.0 <0.10.0"
|
| + mutation_observer: ">=0.9.0 <0.10.0"
|
| + observe: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
| - custom_element: any
|
| - unittest: any
|
| + custom_element: ">=0.9.0 <0.10.0"
|
| + unittest: ">=0.9.0 <0.10.0"
|
| +environment:
|
| + sdk: ">=0.8.10+6 <2.0.0"
|
|
|