Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/bower.json

Issue 1929763002: Update Polymer.IronValidatableBehavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
}
}

Powered by Google App Engine
This is Rietveld 408576698