use personal fork of grunt-contrib-jshint so that we can use personal fork of jshint

This commit is contained in:
Spencer Alger
2014-09-23 09:34:02 -07:00
parent abe006c76c
commit 818a0e226a

View File

@ -49,7 +49,7 @@
"grunt-contrib-compress": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-jshint": "spenceralger/grunt-contrib-jshint",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cov": "~0.2.0",