From e90eb13a6b762b39a93ead98ffdc336c0b7b12f7 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 27 Nov 2015 15:21:42 +0000 Subject: [PATCH] MDL-52204 grunt: update to grunt-contrib-jshint v0.11.3 This version of grunt-contrib-jshint itself uses a better fixed requirement on "~2.8.0" rather than "^2.8.0" which was giving variable results with some people updating to 2.9-rc1. See also https://github.com/gruntjs/grunt-contrib-jshint/pull/219 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7c522a9e99..3762cb0dd45 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Moodle", "devDependencies": { "grunt": "0.4.5", - "grunt-contrib-jshint": "0.11.2", + "grunt-contrib-jshint": "0.11.3", "grunt-contrib-less": "1.1.0", "grunt-contrib-uglify": "0.9.1", "shifter": "0.5.0", -- 2.43.0