File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -452,11 +452,9 @@ module.exports = function( grunt ) {
452
452
} ) ;
453
453
454
454
// Load grunt tasks from NPM packages
455
- grunt . loadNpmTasks ( "grunt-compare-size" ) ;
456
- grunt . loadNpmTasks ( "grunt-git-authors" ) ;
457
- grunt . loadNpmTasks ( "grunt-update-submodules" ) ;
458
-
459
- // grunt contrib tasks
455
+ grunt . loadNpmTasks ( "grunt-compare-size" ) ;
456
+ grunt . loadNpmTasks ( "grunt-git-authors" ) ;
457
+ grunt . loadNpmTasks ( "grunt-update-submodules" ) ;
460
458
grunt . loadNpmTasks ( "grunt-contrib-watch" ) ;
461
459
grunt . loadNpmTasks ( "grunt-contrib-jshint" ) ;
462
460
grunt . loadNpmTasks ( "grunt-contrib-uglify" ) ;
Original file line number Diff line number Diff line change 21
21
"url" : " https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
22
22
}
23
23
],
24
+ "scripts" : {
25
+ "test" : " ./node_modules/.bin/grunt"
26
+ },
24
27
"dependencies" : {},
25
28
"devDependencies" : {
26
29
"grunt-compare-size" : " 0.3.1" ,
30
33
"grunt-contrib-jshint" : " ~0.1.0" ,
31
34
"grunt-contrib-uglify" : " ~0.1.0" ,
32
35
"grunt" : " ~0.4.0rc4" ,
36
+ "grunt-cli" : " 0.1.6" ,
33
37
"testswarm" : " 0.2.2"
34
38
},
35
39
"keywords" : []
You can’t perform that action at this time.
0 commit comments