| Index: third_party/polymer/components/paper-icon-button/bower.json
|
| diff --git a/third_party/polymer/components/paper-icon-button/bower.json b/third_party/polymer/components/paper-icon-button/bower.json
|
| index aed79fc9b08a7bd5c2a04941b2ce0a5d0be45fca..ab58e4c2beb44a1a4b7b709f16a45f9b59674fab 100644
|
| --- a/third_party/polymer/components/paper-icon-button/bower.json
|
| +++ b/third_party/polymer/components/paper-icon-button/bower.json
|
| @@ -1,10 +1,13 @@
|
| {
|
| "name": "paper-icon-button",
|
| "private": true,
|
| - "version": "1.0.7",
|
| + "version": "1.1.2",
|
| "license": "http://polymer.github.io/LICENSE.txt",
|
| "description": "A material design icon button",
|
| - "main": "paper-icon-button.html",
|
| + "main": [
|
| + "paper-icon-button.html",
|
| + "paper-icon-button-light.html"
|
| + ],
|
| "author": [
|
| "The Polymer Authors"
|
| ],
|
|
|