This repository was archived by the owner on May 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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 ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iron-validator-behavior" ,
3
3
"version" : " 0.9.0" ,
4
+ "description" : " Implements a input validator" ,
4
5
"authors" : " The Polymer Authors" ,
5
6
"keywords" : [
6
7
" web-components" ,
7
8
" web-component" ,
8
- " polymer"
9
+ " polymer" ,
10
+ " iron" ,
11
+ " behavior"
9
12
],
10
13
"main" : [
11
14
" iron-validator-behavior.html"
19
22
"homepage" : " https://github.com/PolymerElements/iron-validator-behavior" ,
20
23
"ignore" : [],
21
24
"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"
24
27
},
25
28
"devDependencies" : {
26
29
"iron-component-page" : " PolymerElements/iron-component-page#^0.9.0" ,
27
30
"paper-styles" : " PolymerElements/paper-styles#^0.9.0" ,
28
31
"test-fixture" : " PolymerElements/test-fixture#^0.9.0" ,
29
32
"web-component-tester" : " *" ,
30
- "webcomponentsjs" : " Polymer /webcomponentsjs#^0.6 .0"
33
+ "webcomponentsjs" : " webcomponents /webcomponentsjs#^0.7 .0"
31
34
}
32
35
}
You can’t perform that action at this time.
0 commit comments