Skip to content

Commit f2bdda2

Browse files
committed
Typos in manfest.
1 parent df68bd5 commit f2bdda2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jquery-maxsubmit.jquery.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "jquery.maxsubmit",
2+
"name": "jquery-maxsubmit",
33
"title": "jQuery Maxsubmit",
44
"description": "jQuery plugin To catch forms with too many POST variables for the server, saving lost data.",
55
"keywords": [
66
"post",
7-
"max_input_vars",
8-
"suhosin.request.max_vars"
7+
"maxinputvars",
8+
"suhosin"
99
],
10-
"version": "1.0.1",
10+
"version": "1.0.2",
1111
"author": {
1212
"name": "Jason Judge",
1313
"url": "https://github.com/judgej"

jquery.maxsubmit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2013-2014 Academe Computing Ltd
33
* Released under the MIT license
44
* Author: Jason Judge <[email protected]>
5-
* Version: 1.0.1
5+
* Version: 1.0.2
66
*/
77
/**
88
* jquery.maxsubmit.js

0 commit comments

Comments
 (0)