8000 Core: Drop support for jQuery <1.7 · jquery/jquery-color@a688632 · GitHub
[go: up one dir, main page]

Skip to content

Commit a688632

Browse files
committed
Core: Drop support for jQuery <1.7
1 parent f4d0fd8 commit a688632

File tree

9 files changed

+4
-17474
lines changed

9 files changed

+4
-17474
lines changed

Gruntfile.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ grunt.initConfig( {
5959
"1.10.2",
6060
"1.9.1",
6161
"1.8.3",
62-
"1.7.2",
63-
"1.6.4",
64-
"1.5.2"
62+
"1.7.2"
6563
]
6664
},
6765

@@ -75,12 +73,6 @@ grunt.initConfig( {
7573
"qunit/qunit.css": "qunit/qunit/qunit.css",
7674
"qunit/LICENSE.txt": "qunit/LICENSE.txt",
7775

78-
"jquery-1.5.2/jquery.js": "jquery-1.5.2/jquery.js",
79-
"jquery-1.5.2/MIT-LICENSE.txt": "jquery-1.5.2/MIT-LICENSE.txt",
80-
81-
"jquery-1.6.4/jquery.js": "jquery-1.6.4/jquery.js",
82-
"jquery-1.6.4/MIT-LICENSE.txt": "jquery-1.6.4/MIT-LICENSE.txt",
83-
8476
"jquery-1.7.2/jquery.js": "jquery-1.7.2/jquery.js",
8577
"jquery-1.7.2/MIT-LICENSE.txt": "jquery-1.7.2/MIT-LICENSE.txt",
8678

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# jQuery Color
44

5-
Supported jQuery versions: 1.5+
5+
Supported jQuery versions: 1.7+
66

77
## Browser Support
88

bower.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
],
1818
"devDependencies": {
1919
"qunit": "2.10.0",
20-
"jquery-1.5.2": "jquery#1.5.2",
21-
"jquery-1.6.4": "jquery#1.6.4",
2220
"jquery-1.7.2": "jquery#1.7.2",
2321
"jquery-1.8.3": "jquery#1.8.3",
2422
"jquery-1.9.1": "jquery#1.9.1",

external/jquery-1.5.2/MIT-LICENSE.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0