Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit c0086a1

Browse files
author
Taylor Savage
committed
updated dependencies and readme to 0.9.0
1 parent 68f8763 commit c0086a1

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# iron-validator-behavior
2-
Implements a custom input or form validator
2+
Use `Polymer.IronValidatorBehavior` to implement a custom input/form validator. Element instances
3+
implementing this behavior will be registered for use in elements that implement
4+
`Polymer.IronValidatableBehavior`.

bower.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "iron-validator-behavior",
33
"version": "0.9.0",
4+
"description": "Implements a input validator",
45
"authors": "The Polymer Authors",
56
"keywords": [
67
"web-components",
78
"web-component",
8-
"polymer"
9+
"polymer",
10+
"iron",
11+
"behavior"
912
],
1013
"main": [
1114
"iron-validator-behavior.html"
@@ -19,14 +22,14 @@
1922
"homepage": "https://github.com/PolymerElements/iron-validator-behavior",
2023
"ignore": [],
2124
"dependencies": {
22-
"polymer": "Polymer/polymer#v0.9.0-rc.1",
23-
"iron-meta": "PolymerElements/iron-meta#^0.9.0"
25+
"iron-meta": "PolymerElements/iron-meta#^0.9.0",
26+
"polymer": "Polymer/polymer#^0.9.0"
2427
},
2528
"devDependencies": {
2629
"iron-component-page": "PolymerElements/iron-component-page#^0.9.0",
2730
"paper-styles": "PolymerElements/paper-styles#^0.9.0",
2831
"test-fixture": "PolymerElements/test-fixture#^0.9.0",
2932
"web-component-tester": "*",
30-
"webcomponentsjs": "Polymer/webcomponentsjs#^0.6.0"
33+
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
3134
}
3235
}

0 commit comments

Comments
 (0)