diff --git a/Gruntfile.js b/Gruntfile.js index d78eb83..5119e61 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -32,7 +32,7 @@ module.exports = function (grunt) { }, lib: { files: '<%= jshint.lib.src %>', - tasks: ['jshint:lib'] + tasks: ['jshint:lib', 'test'] }, test: { files: '<%= jshint.test.src %>', @@ -43,7 +43,6 @@ module.exports = function (grunt) { grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadNpmTasks('grunt-contrib-watch'); - grunt.loadNpmTasks('grunt-mocha-cli'); grunt.registerTask('test', ['mochacli']); diff --git a/package.json b/package.json index b3935d3..a1b6ba3 100644 --- a/package.json +++ b/package.json @@ -28,12 +28,12 @@ }, "devDependencies": { "grunt": "~0.4.2", - "grunt-contrib-jshint": "~0.6.4", - "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-watch": "~0.6.1", "grunt-contrib-clean": "~0.5.0", - "grunt-mocha-cli": "~1.4.0", - "power-assert": "~0.2.2", - "espower-loader": "~0.1.1" + "grunt-mocha-cli": "~1.8.0", + "power-assert": "~0.7.2", + "espower-loader": "~0.7.0" }, "keywords": [ "TDDBC"