File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ grunt.initConfig({
221
221
all : {
222
222
options : {
223
223
clean : true ,
224
+ ignore : [ "jquery" ] ,
224
225
destPrefix : "external"
225
226
} ,
226
227
files : {
@@ -233,8 +234,8 @@ grunt.initConfig({
233
234
"jshint/jshint.js" : "jshint/dist/jshint.js" ,
234
235
"jshint/LICENSE" : "jshint/LICENSE" ,
235
236
236
- "jquery/jquery.js" : "jquery/jquery.js" ,
237
- "jquery/MIT-LICENSE.txt" : "jquery/MIT-LICENSE.txt" ,
237
+ "jquery/jquery.js" : "jquery-1.x /jquery.js" ,
238
+ "jquery/MIT-LICENSE.txt" : "jquery-1.x /MIT-LICENSE.txt" ,
238
239
239
240
"jquery-1.6.0/jquery.js" : "jquery-1.6.0/jquery.js" ,
240
241
"jquery-1.6.0/MIT-LICENSE.txt" : "jquery-1.6.0/MIT-LICENSE.txt" ,
Original file line number Diff line number Diff line change 8
8
" tests"
9
9
],
10
10
"dependencies" : {
11
- "jquery" : " >=1.6 <1.11 "
11
+ "jquery" : " >=1.6"
12
12
},
13
13
"devDependencies" : {
14
14
"jquery-mousewheel" : " 3.1.11" ,
32
32
"jquery-1.10.0" : " jquery#1.10.0" ,
33
33
"jquery-1.10.1" : " jquery#1.10.1" ,
34
34
"jquery-1.10.2" : " jquery#1.10.2" ,
35
- "jquery" : " jquery#1.10.2" ,
35
+ "jquery-1.x " : " jquery#1.10.2" ,
36
36
"jquery-2.0.0" : " jquery#2.0.0" ,
37
37
"jquery-2.0.1" : " jquery#2.0.1" ,
38
38
"jquery-2.0.2" : " jquery#2.0.2" ,
You can’t perform that action at this time.
0 commit comments