add jshint to grunt tasks

This commit is contained in:
Pavel Reznikov 2016-02-19 14:31:06 -08:00
commit e52d16defa
2 changed files with 9 additions and 3 deletions

View file

@ -24,8 +24,9 @@
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.10.1",
"grunt-sass": "^1.1.0",
"grunt-doctoc": "^0.1.1"
"grunt-doctoc": "^0.1.1",
"grunt-sass": "^1.1.0"
}
}