Index: template_binding/pubspec.yaml |
diff --git a/template_binding/pubspec.yaml b/template_binding/pubspec.yaml |
deleted file mode 100644 |
index 47dac006817973ce26322ed7e99eade382178b29..0000000000000000000000000000000000000000 |
--- a/template_binding/pubspec.yaml |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-name: template_binding |
-version: 0.14.0+2 |
-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: |
- observe: ">=0.11.0 <0.14.0" |
- web_components: ">=0.7.0 <0.12.0" |
-dev_dependencies: |
- unittest: ">=0.10.0 <0.12.0" |
- browser: ">=0.10.0 <0.11.0" |
-environment: |
- sdk: ">=1.2.0 <2.0.0" |