Skip to content

Commit

Permalink
All: Drop support for jQuery 1.7
Browse files Browse the repository at this point in the history
Closes gh-1923
  • Loading branch information
mgol committed Jul 22, 2020
1 parent 086c304 commit b61b16b
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 28,133 deletions.
9 changes: 0 additions & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,6 @@ grunt.initConfig( {
"jquery/jquery.js": "jquery-1.x/dist/jquery.js",
"jquery/LICENSE.txt": "jquery-1.x/LICENSE.txt",

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

"jquery-1.7.1/jquery.js": "jquery-1.7.1/jquery.js",
"jquery-1.7.1/MIT-LICENSE.txt": "jquery-1.7.1/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",

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

Expand Down
3 changes: 0 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"qunit-composite": "JamesMGreene/qunit-composite#v1.1.0",
"requirejs": "2.1.14",

"jquery-1.7.0": "jquery#1.7.0",
"jquery-1.7.1": "jquery#1.7.1",
"jquery-1.7.2": "jquery#1.7.2",
"jquery-1.8.0": "jquery#1.8.0",
"jquery-1.8.1": "jquery#1.8.1",
"jquery-1.8.2": "jquery#1.8.2",
Expand Down
3 changes: 1 addition & 2 deletions build/tasks/testswarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ var versions = {
"1.11": "1.11.3",
"1.10": "1.10.2",
"1.9": "1.9.1",
"1.8": "1.8.3",
"1.7": "1.7.2"
"1.8": "1.8.3"
},
tests = {
"Accordion": "accordion/accordion.html",
Expand Down
20 changes: 0 additions & 20 deletions external/jquery-1.7.0/MIT-LICENSE.txt

This file was deleted.

Loading

0 comments on commit b61b16b

Please sign in to comment.