Skip to content

Commit bdec95f

Browse files
committed
new tag on the way again...
1 parent e3cda4e commit bdec95f

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

formvalidator.jquery.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
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.2",
6-
"author" : "Victor Jonsson (http://victorjonsson.se)",
5+
"version" : "1.5.3",
6+
"author" : {
7+
"name": "Victor Jonsson",
8+
"url": "http://victorjonsson.se"
9+
},
710
"homepage" : "https://github.com/victorjonsson/jQuery-Form-Validator",
811
"demo" : "http://victorjonsson.se/jquery-form-validator/?from=jQuery",
912
"download" : "https://raw.github.com/victorjonsson/jQuery-Form-Validator/master/jquery.formvalidator.min.js",
10-
"licenses" : "Dual licensed under the MIT or GPL Version 2 licenses",
13+
"licenses" : [{
14+
"type": "GPLv2",
15+
"url": "http://www.example.com/licenses/gpl.html"
16+
}],
1117
"dependencies" : {
1218
"jquery": ">=1.5"
1319
}

jquery.formvalidator.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
* Created by Victor Jonsson <http://www.victorjonsson.se>
55
* Documentation and issue tracking on Github <https://github.com/victorjonsson/jQuery-Form-Validator/>
66
*
7-
* Dual licensed under the MIT or GPL Version 2 licenses
8-
*
9-
* $version 1.5.2
7+
* @license GPLv2 http://www.example.com/licenses/gpl.html
8+
* @version 1.5.3
109
*/
1110
(function($) {
1211
$.extend($.fn, {

jquery.formvalidator.min.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)