From: Paladox Date: Mon, 22 Feb 2016 21:48:33 +0000 (+0000) Subject: build: Update grunt-contrib-jshint from 0.12.0 to 1.0.0 X-Git-Tag: 1.31.0-rc.0~7873 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=f45608ea3e0f00bfb05c3ebd46d5f8a70139e3b5;p=lhc%2Fweb%2Fwiklou.git build: Update grunt-contrib-jshint from 0.12.0 to 1.0.0 Changelog at https://github.com/gruntjs/grunt-contrib-jshint/blob/v1.0.0/CHANGELOG This release includes a fix to the checker because sometimes it would not show where the error was coming from. Change-Id: Ia2e7d6520b760bdc80f7e24051ec578954aa0706 --- diff --git a/package.json b/package.json index 33a20390f1..cecfa9de0e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "grunt-cli": "0.1.13", "grunt-banana-checker": "0.4.0", "grunt-contrib-copy": "0.8.2", - "grunt-contrib-jshint": "0.12.0", + "grunt-contrib-jshint": "1.0.0", "grunt-contrib-watch": "0.6.1", "grunt-jscs": "2.7.0", "grunt-jsonlint": "1.0.7",