File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module.exports = function (grunt) {
3232 } ,
3333 lib : {
3434 files : '<%= jshint.lib.src %>' ,
35- tasks : [ 'jshint:lib' ]
35+ tasks : [ 'jshint:lib' , 'test' ]
3636 } ,
3737 test : {
3838 files : '<%= jshint.test.src %>' ,
@@ -43,7 +43,6 @@ module.exports = function (grunt) {
4343
4444 grunt . loadNpmTasks ( 'grunt-contrib-jshint' ) ;
4545 grunt . loadNpmTasks ( 'grunt-contrib-watch' ) ;
46-
4746 grunt . loadNpmTasks ( 'grunt-mocha-cli' ) ;
4847
4948 grunt . registerTask ( 'test' , [ 'mochacli' ] ) ;
Original file line number Diff line number Diff line change 2828 },
2929 "devDependencies" : {
3030 "grunt" : " ~0.4.2" ,
31- "grunt-contrib-jshint" : " ~0.6.4 " ,
32- "grunt-contrib-watch" : " ~0.5.3 " ,
31+ "grunt-contrib-jshint" : " ~0.10.0 " ,
32+ "grunt-contrib-watch" : " ~0.6.1 " ,
3333 "grunt-contrib-clean" : " ~0.5.0" ,
34- "grunt-mocha-cli" : " ~1.4 .0" ,
35- "power-assert" : " ~0.2 .2" ,
36- "espower-loader" : " ~0.1.1 "
34+ "grunt-mocha-cli" : " ~1.8 .0" ,
35+ "power-assert" : " ~0.7 .2" ,
36+ "espower-loader" : " ~0.7.0 "
3737 },
3838 "keywords" : [
3939 " TDDBC"
You can’t perform that action at this time.
0 commit comments