| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "iron-selector", | 2 "name": "iron-selector", |
| 3 "version": "1.0.3", | 3 "version": "1.0.4", |
| 4 "description": "Manages a set of elements that can be selected", | 4 "description": "Manages a set of elements that can be selected", |
| 5 "private": true, | 5 "private": true, |
| 6 "license": "http://polymer.github.io/LICENSE.txt", | 6 "license": "http://polymer.github.io/LICENSE.txt", |
| 7 "main": [ | 7 "main": [ |
| 8 "iron-selector.html" | 8 "iron-selector.html" |
| 9 ], | 9 ], |
| 10 "authors": [ | 10 "authors": [ |
| 11 "The Polymer Authors" | 11 "The Polymer Authors" |
| 12 ], | 12 ], |
| 13 "keywords": [ | 13 "keywords": [ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 25 "polymer": "Polymer/polymer#^1.0.0" | 25 "polymer": "Polymer/polymer#^1.0.0" |
| 26 }, | 26 }, |
| 27 "devDependencies": { | 27 "devDependencies": { |
| 28 "paper-styles": "PolymerElements/paper-styles#^1.0.4", | 28 "paper-styles": "PolymerElements/paper-styles#^1.0.4", |
| 29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 30 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 30 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 31 "web-component-tester": "*", | 31 "web-component-tester": "*", |
| 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 33 } | 33 } |
| 34 } | 34 } |
| OLD | NEW |