| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "paper-toolbar", | 2 "name": "paper-toolbar", |
| 3 "version": "1.0.0", | 3 "version": "1.0.2", |
| 4 "license": "http://polymer.github.io/LICENSE.txt", | 4 "license": "http://polymer.github.io/LICENSE.txt", |
| 5 "description": "A material design toolbar that is easily customizable", | 5 "description": "A material design toolbar that is easily customizable", |
| 6 "private": true, | 6 "private": true, |
| 7 "main": [ | 7 "main": [ |
| 8 "paper-toolbar.html" | 8 "paper-toolbar.html" |
| 9 ], | 9 ], |
| 10 "authors": [ | 10 "authors": [ |
| 11 "The Polymer Authors" | 11 "The Polymer Authors" |
| 12 ], | 12 ], |
| 13 "keywords": [ | 13 "keywords": [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 26 }, | 26 }, |
| 27 "devDependencies": { | 27 "devDependencies": { |
| 28 "iron-icons": "PolymerElements/iron-icons#^1.0.0", | 28 "iron-icons": "PolymerElements/iron-icons#^1.0.0", |
| 29 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", | 29 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", |
| 30 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 30 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 31 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 31 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 32 "web-component-tester": "*", | 32 "web-component-tester": "*", |
| 33 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 33 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 34 } | 34 } |
| 35 } | 35 } |
| OLD | NEW |