Skip to content

Commit

Permalink
Update gruntfile to include package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhidey committed Dec 13, 2014
1 parent 9b8de77 commit 077aae8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ module.exports = function(grunt) {
'!build/**',
'!node_modules/**',
'!tests/**',
'!Gruntfile.js',
'!package.json'
'!Gruntfile.js'
],
dest: '/'
}
Expand Down

0 comments on commit 077aae8

Please sign in to comment.