Skip to content

Commit 310991b

Browse files
committed
added stuff to manifest...
1 parent bdec95f commit 310991b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

formvalidator.jquery.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
"name" : "formvalidator",
33
"title" : "jQuery Form Validator",
44
"description" : "This plugin was created to minimize javascript logic in the html code when dealing with front-end validation of form data",
5-
"version" : "1.5.3",
5+
"keywords": [
6+
"form",
7+
"validation"
8+
],
9+
"version" : "1.5.4",
610
"author" : {
711
"name": "Victor Jonsson",
812
"url": "http://victorjonsson.se"
913
},
1014
"homepage" : "https://github.com/victorjonsson/jQuery-Form-Validator",
1115
"demo" : "http://victorjonsson.se/jquery-form-validator/?from=jQuery",
1216
"download" : "https://raw.github.com/victorjonsson/jQuery-Form-Validator/master/jquery.formvalidator.min.js",
17+
"bugs" : "https://github.com/victorjonsson/jQuery-Form-Validator/issues",
1318
"licenses" : [{
1419
"type": "GPLv2",
1520
"url": "http://www.example.com/licenses/gpl.html"

jquery.formvalidator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Documentation and issue tracking on Github <https://github.com/victorjonsson/jQuery-Form-Validator/>
66
*
77
* @license GPLv2 http://www.example.com/licenses/gpl.html
8-
* @version 1.5.3
8+
* @version 1.5.4
99
*/
1010
(function($) {
1111
$.extend($.fn, {

jquery.formvalidator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)