Update grunt-contrib-jshint to latest version to fix it comaining about needing space between "function" and "()" - https://github.com/jshint/jshint/issues/451

This commit is contained in:
Gavin 2013-03-04 00:18:55 -08:00
parent b11d9ccd30
commit 84af512926

View File

@ -10,7 +10,7 @@
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-compass": "~0.1.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-cssmin": "~0.4.1",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-imagemin": "0.1.2",