| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "paper-icon-button", | 2 "name": "paper-icon-button", |
| 3 "private": true, | 3 "private": true, |
| 4 "version": "1.1.2", | 4 "version": "1.1.1", |
| 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": [ | 7 "main": [ |
| 8 "paper-icon-button.html", | 8 "paper-icon-button.html", |
| 9 "paper-icon-button-light.html" | 9 "paper-icon-button-light.html" |
| 10 ], | 10 ], |
| 11 "author": [ | 11 "author": [ |
| 12 "The Polymer Authors" | 12 "The Polymer Authors" |
| 13 ], | 13 ], |
| 14 "keywords": [ | 14 "keywords": [ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 31 "devDependencies": { | 31 "devDependencies": { |
| 32 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 32 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 33 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", | 33 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", |
| 34 "iron-icons": "PolymerElements/iron-icons#^1.0.0", | 34 "iron-icons": "PolymerElements/iron-icons#^1.0.0", |
| 35 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 35 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 36 "web-component-tester": "^4.0.0", | 36 "web-component-tester": "^4.0.0", |
| 37 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 37 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 38 }, | 38 }, |
| 39 "ignore": [] | 39 "ignore": [] |
| 40 } | 40 } |
| OLD | NEW |