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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-iconset-svg/bower.json

Issue 2413613002: Roll Polymer element iron-iconset-svg, 1.0.9 -> 1.0.11 to pick up: (Closed)
Patch Set: fix Created 4 years, 2 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
Index: third_party/polymer/v1_0/components-chromium/iron-iconset-svg/bower.json
diff --git a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/bower.json b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/bower.json
index 8467a3b7e5d883113e03083d23ebcc28dad96f05..664484a29ec02f046c60b141cae79542630fb11e 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/bower.json
+++ b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/bower.json
@@ -1,7 +1,7 @@
{
"name": "iron-iconset-svg",
"description": "Manages a set of svg icons",
- "version": "1.0.9",
+ "version": "1.0.11",
"keywords": [
"web-components",
"polymer",
@@ -27,7 +27,8 @@
"promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "*"
+ "web-component-tester": "^4.0.0"
},
- "main": "iron-iconset-svg.html"
+ "main": "iron-iconset-svg.html",
+ "ignore": []
}

Powered by Google App Engine
This is Rietveld 408576698