diff --git a/Gruntfile.js b/Gruntfile.js index 3820312..a03bf23 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'); diff --git a/package.json b/package.json index bd88d32..263209e 100644 --- a/package.json +++ b/package.json @@ -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": {