Skip to content

Commit 9a258d6

Browse files
committed
...
1 parent ae14eab commit 9a258d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

formvalidator.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"validation",
88
"validator"
99
],
10-
"version": "2.3.77",
10+
"version": "2.3.78",
1111
"author": {
1212
"name": "Victor Jonsson",
1313
"url": "http://victorjonsson.se",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-form-validator",
33
"description": "With this feature rich jQuery plugin it becomes easy to validate user input while keeping your HTML markup clean from javascript code. Even though this plugin has a wide range of validation functions it's designed to require as little bandwidth as possible. This is achieved by grouping together validation functions in \"modules\", making it possible for the programmer to load only those functions that's needed to validate a particular form.",
4-
"version": "2.3.77",
4+
"version": "2.3.78",
55
"main": "./form-validator/jquery.form-validator.min.js",
66
"keywords": [
77
"form",

0 commit comments

Comments
 (0)