| 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"
|
| }
|
| }
|
|
|