Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index ca97552070bfcfa14e4c703a95b6c3f88beeb751..8dfd764445b2b8f4560ac08ccce411eadd59c012 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -10,13 +10,27 @@ description: > |
elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors |
bundle code and HTML as if they were libraries. |
dependencies: |
- initialize: '>=0.2.0 <0.3.0' |
+ analyzer: '>=0.22.4 <0.23.0' |
+ html5lib: '>=0.12.0 <0.13.0' |
+ initialize: '>=0.3.1 <0.4.0' |
+ path: '>=1.3.0 <2.0.0' |
dev_dependencies: |
unittest: '>0.11.0 <0.12.0' |
browser: '>0.10.0 <0.11.0' |
+dependency_overrides: |
+ initialize: |
+ git: |
+ url: git@github.com:dart-lang/initialize.git |
+ ref: v0.3.1-dev |
transformers: |
- initialize: |
entry_point: test/custom_element_proxy_test.dart |
html_entry_point: test/custom_element_proxy_test.html |
+- initialize: |
+ entry_point: test/html_import_annotation_test.dart |
+ html_entry_point: test/html_import_annotation_test.html |
+- web_components/build/html_import_annotation_inliner: |
+ bootstrap_file: test/html_import_annotation_test.bootstrap.dart |
+ html_entry_point: test/html_import_annotation_test.html |
environment: |
sdk: ">=1.4.0-dev.6.6 <2.0.0" |