diff --git a/Gruntfile.js b/Gruntfile.js index 7db53a4..c077de9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,6 +15,7 @@ module.exports = function(grunt) { 'Gruntfile.js', 'tasks/**/*.js', '<%= nodeunit.tests %>', + '!node_modules/**' ], options: { jshintrc: '.jshintrc',