| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "iron-validatable-behavior", | 2 "name": "iron-validatable-behavior", |
| 3 "version": "1.0.2", | 3 "version": "1.0.5", |
| 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": [ | 12 "main": [ |
| 13 "iron-validatable-behavior.html" | 13 "iron-validatable-behavior.html" |
| (...skipping 12 matching lines...) Expand all Loading... |
| 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 "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0", | 30 "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^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 |