From 4561d17c8fb7ae611028e450d374a6f849f15439 Mon Sep 17 00:00:00 2001 From: Guillaume Chauvet Date: Mon, 23 Nov 2015 12:02:33 +0100 Subject: [PATCH] Correct jshint version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 682315c..1f3eb04 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "underscore": "1.8.2" }, "devDependencies": { - "jshint": "2.9.0", + "jshint": "2.9.1-rc1", "sandboxed-module": "0.1.3", "underscore": "1.2.1", "vows": "0.7.0"