update guide

This commit is contained in:
Luke Pulverenti
2016-04-26 15:33:09 -04:00
parent 7fbb1924d0
commit 9bbb9ecfb9
17 changed files with 291 additions and 56 deletions
@@ -1,6 +1,6 @@
{
"name": "iron-validatable-behavior",
"version": "1.0.5",
"version": "1.1.0",
"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"
}
}