grunt. jshint 추가.

This commit is contained in:
bnu 2013-11-15 00:59:43 +09:00
parent 4f459f9729
commit 3f0457a820
2 changed files with 39 additions and 12 deletions

View file

@ -1,11 +1,12 @@
{
"name": "XpressEngine",
"devDependencies": {
"grunt": ">0.4.0",
"grunt-contrib-clean": "~0.5.0"
},
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
}
"name": "XpressEngine",
"devDependencies": {
"grunt": ">0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.1"
},
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
}
}