Skip to content

Commit

Permalink
Core: Drop support for jQuery <1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed May 9, 2020
1 parent f4d0fd8 commit a688632
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 17,474 deletions.
10 changes: 1 addition & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ grunt.initConfig( {
"1.10.2",
"1.9.1",
"1.8.3",
"1.7.2",
"1.6.4",
"1.5.2"
"1.7.2"
]
},

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

"jquery-1.5.2/jquery.js": "jquery-1.5.2/jquery.js",
"jquery-1.5.2/MIT-LICENSE.txt": "jquery-1.5.2/MIT-LICENSE.txt",

"jquery-1.6.4/jquery.js": "jquery-1.6.4/jquery.js",
"jquery-1.6.4/MIT-LICENSE.txt": "jquery-1.6.4/MIT-LICENSE.txt",

"jquery-1.7.2/jquery.js": "jquery-1.7.2/jquery.js",
"jquery-1.7.2/MIT-LICENSE.txt": "jquery-1.7.2/MIT-LICENSE.txt",

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# jQuery Color

Supported jQuery versions: 1.5+
Supported jQuery versions: 1.7+

## Browser Support

Expand Down
2 changes: 0 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
],
"devDependencies": {
"qunit": "2.10.0",
"jquery-1.5.2": "jquery#1.5.2",
"jquery-1.6.4": "jquery#1.6.4",
"jquery-1.7.2": "jquery#1.7.2",
"jquery-1.8.3": "jquery#1.8.3",
"jquery-1.9.1": "jquery#1.9.1",
Expand Down
20 changes: 0 additions & 20 deletions external/jquery-1.5.2/MIT-LICENSE.txt

This file was deleted.

Loading

0 comments on commit a688632

Please sign in to comment.