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

Unified Diff: pkg/web_components/pubspec.yaml

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final tweaks Created 6 years 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
Index: pkg/web_components/pubspec.yaml
diff --git a/pkg/web_components/pubspec.yaml b/pkg/web_components/pubspec.yaml
index 4e6872bf7d804d3b5d70067fb25b0209b84131f3..abfc43fefe587d32a218ba7a44bdab62b76fff65 100644
--- a/pkg/web_components/pubspec.yaml
+++ b/pkg/web_components/pubspec.yaml
@@ -1,5 +1,5 @@
name: web_components
-version: 0.9.0+1
+version: 0.10.0
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
homepage: https://www.dartlang.org/polymer-dart/
description: >
@@ -11,16 +11,3 @@ description: >
bundle code and HTML as if they were libraries.
environment:
sdk: ">=1.4.0-dev.6.6 <2.0.0"
-dependencies:
- code_transformers: ">=0.2.2 <0.3.0"
-transformers:
-# TODO(sigmund): once we have some easier way to do global app-level
-# transformers, we might want to remove this transformer here and only apply it
-# in apps that need it.
-- code_transformers/src/delete_file:
- $include:
- - lib/platform.concat.js
- - lib/platform.concat.js.map
- - lib/platform.js.map
-- code_transformers/src/remove_sourcemap_comment:
- $include: lib/platform.js

Powered by Google App Engine
This is Rietveld 408576698