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

Unified Diff: pubspec.yaml

Issue 839013003: CustomElementProxy annotation (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: update initialize dependency Created 5 years, 11 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/interop_support.js ('k') | test/custom_element_proxy_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 4f21a815272bbbd16902edef33507d8dc6c3883f..ca97552070bfcfa14e4c703a95b6c3f88beeb751 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: web_components
-version: 0.10.0
+version: 0.10.1
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
homepage: https://www.dartlang.org/polymer-dart/
description: >
@@ -9,8 +9,14 @@ description: >
standard tag. Shadow DOM is designed to provide encapsulation for custom
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'
dev_dependencies:
unittest: '>0.11.0 <0.12.0'
browser: '>0.10.0 <0.11.0'
+transformers:
+- initialize:
+ entry_point: test/custom_element_proxy_test.dart
+ html_entry_point: test/custom_element_proxy_test.html
environment:
sdk: ">=1.4.0-dev.6.6 <2.0.0"
« no previous file with comments | « lib/interop_support.js ('k') | test/custom_element_proxy_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698