| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "paper-toast", | 2 "name": "paper-toast", |
| 3 "version": "1.3.0", | 3 "version": "1.3.1", |
| 4 "description": "A material design notification toast", | 4 "description": "A material design notification toast", |
| 5 "private": true, | 5 "private": true, |
| 6 "license": "http://polymer.github.io/LICENSE.txt", | 6 "license": "http://polymer.github.io/LICENSE.txt", |
| 7 "authors": [ | 7 "authors": [ |
| 8 "The Polymer Authors" | 8 "The Polymer Authors" |
| 9 ], | 9 ], |
| 10 "keywords": [ | 10 "keywords": [ |
| 11 "web-components", | 11 "web-components", |
| 12 "polymer", | 12 "polymer", |
| 13 "toast", | 13 "toast", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 26 }, | 26 }, |
| 27 "devDependencies": { | 27 "devDependencies": { |
| 28 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 28 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 29 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", | 29 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", |
| 30 "paper-button": "PolymerElements/paper-button#^1.0.0", | 30 "paper-button": "PolymerElements/paper-button#^1.0.0", |
| 31 "web-component-tester": "^4.0.0", | 31 "web-component-tester": "^4.0.0", |
| 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 33 }, | 33 }, |
| 34 "ignore": [] | 34 "ignore": [] |
| 35 } | 35 } |
| OLD | NEW |