diff --git a/Gruntfile.js b/Gruntfile.js index 9baf832..91efa10 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,8 +15,7 @@ module.exports = function(grunt) { '!build/**', '!node_modules/**', '!tests/**', - '!Gruntfile.js', - '!package.json' + '!Gruntfile.js' ], dest: '/' }