Use latest jshint

This commit is contained in:
kpdecker
2013-12-26 15:12:10 -06:00
parent 096b8ccd2e
commit 19f443f68e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@
"plusplus": false,
"regexp": false,
"undef": true,
"unused": true,
"sub": true,
"strict": false,
"white": false
+1 -1
View File
@@ -38,7 +38,7 @@
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-jshint": "0.x",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",