Upgrade jshint

This commit is contained in:
Kyle Robinson Young 2013-07-14 19:21:01 -07:00
parent ef494300fa
commit 8839411c2c
2 changed files with 48 additions and 49 deletions

View File

@ -9,6 +9,5 @@
"undef": true, "undef": true,
"boss": true, "boss": true,
"eqnull": true, "eqnull": true,
"node": true, "node": true
"es5": true
} }

View File

@ -32,7 +32,7 @@
"grunt-lib-contrib": "~0.5.1" "grunt-lib-contrib": "~0.5.1"
}, },
"devDependencies": { "devDependencies": {
"grunt-contrib-jshint": "~0.2.0", "grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-clean": "~0.4.0", "grunt-contrib-clean": "~0.4.0",
"grunt-contrib-internal": "~0.4.2", "grunt-contrib-internal": "~0.4.2",