| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "paper-icon-button", | 2 "name": "paper-icon-button", |
| 3 "private": true, | 3 "private": true, |
| 4 "version": "1.0.7", | 4 "version": "1.1.2", |
| 5 "license": "http://polymer.github.io/LICENSE.txt", | 5 "license": "http://polymer.github.io/LICENSE.txt", |
| 6 "description": "A material design icon button", | 6 "description": "A material design icon button", |
| 7 "main": "paper-icon-button.html", | 7 "main": [ |
| 8 "paper-icon-button.html", |
| 9 "paper-icon-button-light.html" |
| 10 ], |
| 8 "author": [ | 11 "author": [ |
| 9 "The Polymer Authors" | 12 "The Polymer Authors" |
| 10 ], | 13 ], |
| 11 "keywords": [ | 14 "keywords": [ |
| 12 "web-components", | 15 "web-components", |
| 13 "polymer", | 16 "polymer", |
| 14 "button", | 17 "button", |
| 15 "icon", | 18 "icon", |
| 16 "control" | 19 "control" |
| 17 ], | 20 ], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 28 "devDependencies": { | 31 "devDependencies": { |
| 29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 32 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 30 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", | 33 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", |
| 31 "iron-icons": "PolymerElements/iron-icons#^1.0.0", | 34 "iron-icons": "PolymerElements/iron-icons#^1.0.0", |
| 32 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 35 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 33 "web-component-tester": "^4.0.0", | 36 "web-component-tester": "^4.0.0", |
| 34 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 37 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 35 }, | 38 }, |
| 36 "ignore": [] | 39 "ignore": [] |
| 37 } | 40 } |
| OLD | NEW |