delete nodeunit plugin

This commit is contained in:
xiahaoshawn 2016-05-19 17:34:00 +08:00
parent f50a9ac38d
commit 11a1f85282
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,6 @@ module.exports = function(grunt) {
});
// These plugins provide necessary tasks.
grunt.loadNpmTasks('grunt-contrib-nodeunit');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-watch');

View File

@ -5,6 +5,6 @@
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-watch": "~0.6.1"
}
}