diff --git a/build/.jshintrc b/build/.jshintrc index 0d34c55..f2e56d7 100644 --- a/build/.jshintrc +++ b/build/.jshintrc @@ -57,7 +57,7 @@ "strict": true, "sub": false, "supernew": false, - "trailing": true, + "trailing": false, "undef": true, "unused": true, "validthis": false, diff --git a/build/package.json b/build/package.json index 1a65587..c307b8c 100644 --- a/build/package.json +++ b/build/package.json @@ -26,7 +26,7 @@ "dependencies": {}, "devDependencies": { "grunt": "0.4.0", - "grunt-contrib-jshint": "0.1.1", + "grunt-contrib-jshint": "0.2.0", "grunt-contrib-nodeunit": "0.1.2", "grunt-contrib-uglify": "0.1.2", "grunt-contrib-concat": "0.1.3"