Fix missing watch task module

This commit is contained in:
NeverI 2013-02-24 01:43:29 +01:00
parent 78cd9cc35b
commit faa1032ed7
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ module.exports = function(grunt) {
grunt.loadTasks('tasks');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-nodeunit');
grunt.loadNpmTasks('grunt-contrib-internal');

View File

@ -35,6 +35,7 @@
"grunt-contrib-internal": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt": "~0.4.0"
},
"peerDependencies": {