Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: pubspec.yaml

Issue 1026153002: add initWebComponents (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: code review updates Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/web_components.dart ('k') | test/build/mirrors_remover_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 9133a7775186d783a92d8eae5b55234b8b8d7261..4cc22dd357f10d06774ee4584a9932c6547dae35 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: web_components
-version: 0.11.0
+version: 0.11.1
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
homepage: https://www.dartlang.org/polymer-dart/
description: >
@@ -14,18 +14,21 @@ dependencies:
barback: '>=0.14.2 <0.16.0'
code_transformers: '^0.2.7'
html5lib: '^0.12.0'
- initialize: '^0.5.0+1'
+ initialize: '^0.6.0'
path: '^1.3.0'
dev_dependencies:
unittest: '^0.11.0'
browser: '^0.10.0'
transformers:
+- web_components/build/mirrors_remover:
+ $include: 'lib/src/init.dart'
- web_components:
$include: '**/*_test.html'
entry_points:
- test/custom_element_test.html
- test/custom_element_proxy_test.html
- test/html_import_annotation_test.html
+ - test/init_web_components_test.html
environment:
sdk: ">=1.9.0-dev.7.1 <2.0.0"
« no previous file with comments | « lib/web_components.dart ('k') | test/build/mirrors_remover_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698