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

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

Issue 1901343004: [Polymer] update third_party polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new pull Created 4 years, 8 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-location/bower.json
diff --git a/third_party/polymer/v1_0/components-chromium/iron-location/bower.json b/third_party/polymer/v1_0/components-chromium/iron-location/bower.json
index 7f242bef0193369a53a2468a5a70f2cc6f34edd9..5b03c54a48afbd8178b21580b77ba552c450cbcd 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-location/bower.json
+++ b/third_party/polymer/v1_0/components-chromium/iron-location/bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-location",
- "version": "0.8.1",
+ "version": "0.8.2",
"description": "Bidirectional data binding into the page's URL.",
"private": true,
"authors": [
@@ -11,7 +11,10 @@
"polymer",
"routing"
],
- "main": "iron-location.html",
+ "main": [
+ "iron-location.html",
+ "iron-query-params.html"
+ ],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/iron-location.git"
@@ -31,6 +34,7 @@
"paper-styles": "polymerelements/paper-styles#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
+ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
+ "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.3"
}
}

Powered by Google App Engine
This is Rietveld 408576698