Skip to content

Commit 54b7aba

Browse files
committed
Update version and reindent
1 parent db6575c commit 54b7aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ new html5formValidation(form, {
4949

5050
`submitHandler` - A function to run on valid form submission. Accepts a single `instance` argument which refers to the constuctor's instance. Defaults to `null`.
5151

52-
`validateOnInput` - Set to false if you want to show visual feedback for invalid fields after the first invalid submission. Defaults to `true`.
52+
`validateOnInput` - Set to false if you want to show visual feedback for invalid fields after the first invalid submission. Defaults to `true`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html5-form-validator",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "The most simple HTML5 form validator",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)