| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "iron-validatable-behavior", | 2 "name": "iron-validatable-behavior", |
| 3 "version": "1.1.0", | 3 "version": "1.1.1", |
| 4 "description": "Provides a behavior for an element that validates user input", | 4 "description": "Provides a behavior for an element that validates user input", |
| 5 "authors": "The Polymer Authors", | 5 "authors": "The Polymer Authors", |
| 6 "keywords": [ | 6 "keywords": [ |
| 7 "web-components", | 7 "web-components", |
| 8 "polymer", | 8 "polymer", |
| 9 "iron", | 9 "iron", |
| 10 "behavior" | 10 "behavior" |
| 11 ], | 11 ], |
| 12 "main": "iron-validatable-behavior.html", | 12 "main": "iron-validatable-behavior.html", |
| 13 "private": true, | 13 "private": true, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 24 }, | 24 }, |
| 25 "devDependencies": { | 25 "devDependencies": { |
| 26 "paper-styles": "PolymerElements/paper-styles#^1.0.4", | 26 "paper-styles": "PolymerElements/paper-styles#^1.0.4", |
| 27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 28 "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0", | 28 "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0", |
| 29 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 29 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 30 "web-component-tester": "^4.0.0", | 30 "web-component-tester": "^4.0.0", |
| 31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 32 } | 32 } |
| 33 } | 33 } |
| OLD | NEW |