phplint 추가.

This commit is contained in:
bnu 2013-11-24 15:53:42 +09:00
parent 5d78cf2300
commit 7f4d1b5249
2 changed files with 20 additions and 2 deletions

View file

@ -7,7 +7,8 @@
"grunt-contrib-csslint": "*",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-concat": "~0.3.0"
"grunt-contrib-concat": "~0.3.0",
"grunt-phplint": "0.0.5"
},
"main": "Gruntfile.js",
"scripts": {