Skip to content

Commit 0dc9b4e

Browse files
author
Kevin Morris
committed
Updates requirements and package managers
1 parent 8de36ff commit 0dc9b4e

File tree

6 files changed

+43
-39
lines changed

6 files changed

+43
-39
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Want to contribute to jQuery Form? Awesome! See [CONTRIBUTING](CONTRIBUTING.md)
1111
###Code of Conduct
1212
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md) to ensure that this project is a welcoming place for **everyone** to contribute to. By participating in this project you agree to abide by its terms.
1313

14+
##Requirements
15+
Requires jQuery 1.7+.
16+
1417
---
1518

1619
##API

bower.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "jquery-form",
3-
"version": "3.51.0",
43
"main": "jquery.form.js",
5-
"author": "M. Alsup",
4+
"author": "Kevin Morris",
65
"dependencies": {
7-
"jquery": ">=1.5"
6+
"jquery": ">=1.7"
87
},
98
"ignore": [
109
"README.md",

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
{
2-
"name": "malsup/form",
2+
"name": "jquery-form/form",
33
"description": "A simple way to AJAX-ify any form on your page; with file upload and progress support.",
44
"type": "component",
5-
"homepage": "http://jquery.malsup.com/form/",
5+
"homepage": "https://github.com/jquery-form/form/",
66
"keywords": [
77
"form",
88
"upload",
99
"ajax"
1010
],
1111
"support": {
12-
"issues": "https://github.com/malsup/form/issues",
13-
"wiki": "http://jquery.malsup.com/form/"
12+
"issues": "https://github.com/jquery-form/form/issues",
13+
"wiki": "https://github.com/jquery-form/form/"
1414
},
1515
"authors": [
1616
{
17+
"name": "Kevin Morris",
18+
"url": "https://github.com/jquery-form/form"
19+
},{
1720
"name": "M. Alsup",
1821
"homepage": "http://jquery.malsup.com"
1922
}
2023
],
2124
"license": [
2225
"MIT",
23-
"GPL-2.0"
26+
"LGPL-3.0"
2427
],
2528
"require": {
26-
"components/jquery": ">=1.5"
29+
"components/jquery": ">=1.7"
2730
},
2831
"extra": {
2932
"component": {

form.jquery.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
],
1010
"version": "3.51.0",
1111
"author": {
12-
"name": "M. Alsup",
13-
"url": "http://jquery.malsup.com"
12+
"name": "Kevin Morris",
13+
"url": "https://github.com/jquery-form/form"
1414
},
1515
"licenses": [
1616
{
1717
"type": "MIT",
18-
"url": "http://malsup.github.com/mit-license.txt"
18+
"url": "https://github.com/jquery-form/form/LICENSE"
1919
},
2020
{
2121
"type": "GPL",
22-
"url": "http://malsup.github.com/gpl-license-v2.txt"
22+
"url": "https://github.com/jquery-form/form/blob/master/LICENSE-LGPLv3"
2323
}
2424
],
25-
"bugs": "https://github.com/malsup/form/issues",
26-
"homepage": "http://jquery.malsup.com/form/",
27-
"docs": "http://jquery.malsup.com/form/",
28-
"download": "http://malsup.github.com/jquery.form.js",
25+
"bugs": "https://github.com/jquery-form/form/issues",
26+
"homepage": "https://github.com/jquery-form/form/",
27+
"docs": "https://github.com/jquery-form/form/",
28+
"download": "https://github.com/jquery-form/form/blob/master/jquery.form.js",
2929
"dependencies": {
30-
"jquery": ">=1.5"
30+
"jquery": ">=1.7"
3131
}
3232
}
3333

jquery.form.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*!
22
* jQuery Form Plugin
33
* version: 3.51.0-2014.06.20
4-
* Requires jQuery v1.5 or later
4+
* Requires jQuery v1.7 or later
55
* Copyright (c) 2014 M. Alsup
6-
* Examples and documentation at: http://malsup.com/jquery/form/
7-
* Project repository: https://github.com/malsup/form
8-
* Dual licensed under the MIT and GPL licenses.
9-
* https://github.com/malsup/form#copyright-and-license
6+
* Project repository: https://github.com/jquery-form/form
7+
* Dual licensed under the MIT and LGPLv3 licenses.
8+
* https://github.com/jquery-form/form#license
109
*/
1110
/*global ActiveXObject */
1211

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@
99
],
1010
"version": "3.51.1",
1111
"author": {
12-
"name": "M. Alsup",
13-
"url": "http://jquery.malsup.com"
12+
"name": "Kevin Morris",
13+
"url": "https://github.com/jquery-form/form"
1414
},
1515
"licenses": [
1616
{
1717
"type": "MIT",
18-
"url": "http://malsup.github.com/mit-license.txt"
18+
"url": "https://github.com/jquery-form/form/LICENSE"
1919
},
2020
{
21-
"type": "GPL",
22-
"url": "http://malsup.github.com/gpl-license-v2.txt"
21+
"type": "LGPLv3",
22+
"url": "https://github.com/jquery-form/form/blob/master/LICENSE-LGPLv3"
2323
}
2424
],
25-
"bugs": "https://github.com/malsup/form/issues",
26-
"homepage": "http://jquery.malsup.com/form/",
27-
"docs": "http://jquery.malsup.com/form/",
28-
"download": "http://malsup.github.com/jquery.form.js",
25+
"bugs": "https://github.com/jquery-form/form/issues",
26+
"homepage": "https://github.com/jquery-form/form",
27+
"docs": "https://github.com/jquery-form/form",
28+
"download": "https://github.com/jquery-form/form/blob/master/jquery.form.js",
2929
"dependencies": {
30-
"jquery": ">=1.5"
30+
"jquery": ">=1.7"
3131
},
3232
"main": "jquery.form.js",
3333
"jam": {
3434
"main": "jquery.form.js",
3535
"dependencies": {
36-
"jquery": ">=1.5.0"
36+
"jquery": ">=1.7"
3737
}
3838
},
3939
"devDependencies": {
40-
"gulp-util": "~2.2.14",
41-
"gulp": "~3.5.2",
42-
"gulp-uglify": "~0.2.1",
43-
"gulp-concat": "~2.1.7",
44-
"gulp-jshint": "~1.4.2"
40+
"gulp": "~3",
41+
"gulp-util": "~3",
42+
"gulp-uglify": "~2",
43+
"gulp-concat": "~2",
44+
"gulp-jshint": "~2"
4545
}
4646
}

0 commit comments

Comments
 (0)