Skip to content

Commit bb5cf23

Browse files
committed
Update README and author url
1 parent b55277a commit bb5cf23

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ new html5formValidation(form, {
5858
`submitHandler` - A function to run on valid form submission. Accepts a single `instance` argument which refers to the constuctor's instance. Defaults to `null`.
5959

6060
`validateOnInput` - Set to false if you want to show visual feedback for invalid fields after the first invalid submission. Defaults to `true`.
61+
62+
## LICENSE
63+
64+
MIT

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
"type": "git",
1111
"url": "git+https://github.com/scriptex/html5-form-validator.git"
1212
},
13-
"keywords": [
14-
"HTML5",
15-
"form",
16-
"validator"
17-
],
18-
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://github.com/scriptex)",
13+
"keywords": ["HTML5", "form", "validator"],
14+
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
1915
"license": "MIT",
2016
"bugs": {
2117
"url": "https://github.com/scriptex/html5-form-validator/issues"

0 commit comments

Comments
 (0)