From 55af71dcb034aace5b1ff3322ff6275e16b0cb62 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 17 Jul 2014 00:22:27 +0800 Subject: [PATCH] bump jslint from 0.5 to 0.6.1 in dev dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e26aa01f4..3d4a5fe32 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "node-hipchat": "~0.4" }, "devDependencies": { - "jslint": "~0.5", + "jslint": "~0.6.1", "JSV": "~4.0", "vows-si": "~0.7" },