File tree Expand file tree Collapse file tree 5 files changed +1
-10
lines changed
vendor/qunit-assert-close Expand file tree Collapse file tree 5 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -272,14 +272,6 @@ grunt.initConfig( {
272
272
"qunit/qunit.css" : "qunit/qunit/qunit.css" ,
273
273
"qunit/LICENSE.txt" : "qunit/LICENSE.txt" ,
274
274
275
- "qunit-assert-classes/qunit-assert-classes.js" :
276
- "qunit-assert-classes/qunit-assert-classes.js" ,
277
- "qunit-assert-classes/LICENSE.txt" : "qunit-assert-classes/LICENSE" ,
278
-
279
- "qunit-assert-close/qunit-assert-close.js" :
280
- "qunit-assert-close/qunit-assert-close.js" ,
281
- "qunit-assert-close/MIT-LICENSE.txt" : "qunit-assert-close/MIT-LICENSE.txt" ,
282
-
283
275
"requirejs/require.js" : "requirejs/require.js" ,
284
276
285
277
"jquery-mousewheel/jquery.mousewheel.js" : "jquery-mousewheel/jquery.mousewheel.js" ,
Original file line number Diff line number Diff line change 16
16
"jquery-mousewheel" : " 3.1.12" ,
17
17
"jquery-simulate" : " 1.1.1" ,
18
18
"qunit" : " 2.19.4" ,
19
- "qunit-assert-close" : " JamesMGreene/qunit-assert-close#v2.1.2" ,
20
19
"requirejs" : " 2.1.14" ,
21
20
22
21
"jquery-1.8.0" : " jquery#1.8.0" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ requirejs.config( {
13
13
"lib" : "../../lib" ,
14
14
"phantom-bridge" : "../../../node_modules/grunt-contrib-qunit/phantomjs/bridge" ,
15
15
"qunit-assert-classes" : "../../lib/vendor/qunit-assert-classes/qunit-assert-classes" ,
16
- "qunit-assert-close" : "../../../external /qunit-assert-close/qunit-assert-close" ,
16
+ "qunit-assert-close" : "../../lib/vendor /qunit-assert-close/qunit-assert-close" ,
17
17
"qunit" : "../../../external/qunit/qunit" ,
18
18
"testswarm" : "https://swarm.jquery.org/js/inject.js?" + ( new Date ( ) ) . getTime ( ) ,
19
19
"ui" : "../../../ui"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments