| Index: third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/bower.json
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/bower.json b/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/bower.json
|
| index f57fff7d5601ef1f87698cc22f0891ccea367910..2ebf2bcb7e6e0ea8cfac705b5a974a7675d0bfb9 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/bower.json
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/bower.json
|
| @@ -1,6 +1,6 @@
|
| {
|
| "name": "iron-validatable-behavior",
|
| - "version": "1.0.5",
|
| + "version": "1.1.1",
|
| "description": "Provides a behavior for an element that validates user input",
|
| "authors": "The Polymer Authors",
|
| "keywords": [
|
| @@ -9,9 +9,7 @@
|
| "iron",
|
| "behavior"
|
| ],
|
| - "main": [
|
| - "iron-validatable-behavior.html"
|
| - ],
|
| + "main": "iron-validatable-behavior.html",
|
| "private": true,
|
| "repository": {
|
| "type": "git",
|
| @@ -29,7 +27,7 @@
|
| "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
| "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
|
| "test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
| - "web-component-tester": "*",
|
| + "web-component-tester": "^4.0.0",
|
| "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
| }
|
| }
|
|
|