Update gruntfile and package.json to compliance with grunt 0.4.x

This commit is contained in:
vieron
2013-03-18 23:42:36 +01:00
parent 20f98ae383
commit 70ccff71de
2 changed files with 48 additions and 23 deletions

View File

@ -26,6 +26,12 @@
},
"keywords": [],
"devDependencies": {
"grunt-contrib": "~0.6.1"
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-yuidoc": "~0.4.0"
}
}