| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "iron-icon", | 2 "name": "iron-icon", |
| 3 "private": true, | 3 "private": true, |
| 4 "version": "1.0.9", | 4 "version": "1.0.10", |
| 5 "license": "http://polymer.github.io/LICENSE.txt", | 5 "license": "http://polymer.github.io/LICENSE.txt", |
| 6 "description": "An element that supports displaying an icon", | 6 "description": "An element that supports displaying an icon", |
| 7 "main": "iron-icon.html", | 7 "main": "iron-icon.html", |
| 8 "author": [ | 8 "author": [ |
| 9 "The Polymer Authors" | 9 "The Polymer Authors" |
| 10 ], | 10 ], |
| 11 "keywords": [ | 11 "keywords": [ |
| 12 "web-components", | 12 "web-components", |
| 13 "polymer", | 13 "polymer", |
| 14 "icon" | 14 "icon" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 26 "devDependencies": { | 26 "devDependencies": { |
| 27 "test-fixture": "polymerelements/test-fixture#^1.0.0", | 27 "test-fixture": "polymerelements/test-fixture#^1.0.0", |
| 28 "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0", | 28 "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0", |
| 29 "iron-iconset": "polymerelements/iron-iconset#^1.0.0", | 29 "iron-iconset": "polymerelements/iron-iconset#^1.0.0", |
| 30 "iron-icons": "polymerelements/iron-icons#^1.0.0", | 30 "iron-icons": "polymerelements/iron-icons#^1.0.0", |
| 31 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", | 31 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", |
| 32 "web-component-tester": "^4.0.0", | 32 "web-component-tester": "^4.0.0", |
| 33 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 33 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 34 } | 34 } |
| 35 } | 35 } |
| OLD | NEW |