diff --git a/package.json b/package.json index f597b2b..80f0ffa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-jscs-checker", "description": "Grunt task for checking JavaScript Code Style with jscs.", - "version": "0.1.6", + "version": "0.1.7", "author": { "name": "Gustavo Henke", "url": "https://github.com/gustavohenke" @@ -14,7 +14,7 @@ "url": "https://github.com/gustavohenke/grunt-jscs-checker/issues" }, "dependencies": { - "jscs": "1.0.4" + "jscs": "1.0.5" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.0"