Updated config dot files
... | @@ -4,13 +4,14 @@ | ... | @@ -4,13 +4,14 @@ |
"private": true, | "private": true, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "~0.4.1", | "grunt": "~0.4.1", | ||
"grunt-coffeelint": "0.0.7", | |||
"grunt-contrib-connect": "~0.5.0", | "grunt-contrib-connect": "~0.5.0", | ||
"grunt-contrib-watch": "~0.5.3", | |||
"grunt-contrib-copy": "~0.4.1", | "grunt-contrib-copy": "~0.4.1", | ||
"grunt-contrib-jshint": "~0.7.0", | "grunt-contrib-jshint": "~0.7.0", | ||
"load-grunt-tasks": "~0.2.0", | "grunt-contrib-sass": "^1.0.0", | ||
"grunt-coffeelint": "0.0.7", | "grunt-contrib-watch": "~0.5.3", | ||
"grunt-gh-pages": "~0.9.0" | "grunt-gh-pages": "~0.9.0", | ||
"load-grunt-tasks": "~0.2.0" | |||
}, | }, | ||
"engines": { | "engines": { | ||
"node": ">=0.8.0" | "node": ">=0.8.0" | ||
... | ... |
Please register or sign in to comment