From d0d6ec7881f16ffb5579e8d12bab69962b7564e2 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Sat, 31 May 2014 22:50:22 +0100 Subject: [PATCH] Adds a custom build on jshint compatible with node 0.8.x. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.34.1