Build: Update grunt-contrib-jshint to latest, fixes jshint errors not aborting the build

This commit is contained in:
Jörn Zaefferer 2013-06-20 16:53:08 +02:00
parent fcd1cafac8
commit a960295629

View File

@ -57,7 +57,7 @@
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"grunt": "0.4.1", "grunt": "0.4.1",
"grunt-contrib-jshint": "0.4.1", "grunt-contrib-jshint": "0.6.0",
"grunt-contrib-uglify": "0.1.1", "grunt-contrib-uglify": "0.1.1",
"grunt-contrib-concat": "0.1.3", "grunt-contrib-concat": "0.1.3",
"grunt-contrib-qunit": "0.2.0", "grunt-contrib-qunit": "0.2.0",