added jshint to package.json

This commit is contained in:
kayone 2013-11-10 20:17:44 -08:00
parent 1ba49ac615
commit 1f37597b6f
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
"grunt-curl": "*",
"grunt-notify": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-requirejs": "*"
"grunt-contrib-requirejs": "*",
"grunt-contrib-jshint": "*"
}
}