| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "paper-toolbar", | 2 "name": "paper-toolbar", |
| 3 "version": "1.1.5", | 3 "version": "1.1.6", |
| 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": "paper-toolbar.html", | 7 "main": "paper-toolbar.html", |
| 8 "authors": [ | 8 "authors": [ |
| 9 "The Polymer Authors" | 9 "The Polymer Authors" |
| 10 ], | 10 ], |
| 11 "keywords": [ | 11 "keywords": [ |
| 12 "web-components", | 12 "web-components", |
| 13 "polymer", | 13 "polymer", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 28 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", | 28 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", |
| 29 "iron-icons": "PolymerElements/iron-icons#^1.0.0", | 29 "iron-icons": "PolymerElements/iron-icons#^1.0.0", |
| 30 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", | 30 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", |
| 31 "paper-progress": "PolymerElements/paper-progress#^1.0.0", | 31 "paper-progress": "PolymerElements/paper-progress#^1.0.0", |
| 32 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 32 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 33 "web-component-tester": "^4.0.0", | 33 "web-component-tester": "^4.0.0", |
| 34 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 34 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 35 }, | 35 }, |
| 36 "ignore": [] | 36 "ignore": [] |
| 37 } | 37 } |
| OLD | NEW |