From: Jakub Pawlowicz Date: Sat, 31 May 2014 21:50:22 +0000 (+0100) Subject: Adds a custom build on jshint compatible with node 0.8.x. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d0d6ec7881f16ffb5579e8d12bab69962b7564e2;p=clean-css.git Adds a custom build on jshint compatible with node 0.8.x. --- diff --git a/package.json b/package.json index f27b5b10..798886b2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "commander": "2.2.x" }, "devDependencies": { - "jshint": "2.5.x", + "jshint": "GoalSmashers/jshint", "nock": "0.28.x", "vows": "0.7.x" },