From 02f09041acbf011dc06a5dec4151b0f539df914b Mon Sep 17 00:00:00 2001 From: Philipp Borgers Date: Mon, 21 Jan 2013 17:16:43 +0100 Subject: [PATCH] use latest jshint version We should revert this once there is a npm package for jshint 1.0.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63430a4..9fbf29e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "generic-pool" : "2.0.2" }, "devDependencies" : { - "jshint" : "*" + "jshint" : "git://github.com/jshint/jshint.git" }, "scripts" : { "test" : "make test-all connectionString=pg://postgres@localhost:5432/postgres",