Update project config files to work with Grunt 0.4.

This commit is contained in:
Brent Houghton 2014-06-09 13:43:41 -07:00
parent d783bdedb9
commit 847b3f3697
2 changed files with 20 additions and 12 deletions

View file

@ -33,7 +33,10 @@
"grunt": "~0.3.9"
},
"devDependencies": {
"grunt": "~0.3.9"
"grunt": "~0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.0",
"load-grunt-tasks": "^0.4.0"
},
"keywords": [
"gruntplugin",