diff --git a/package.json b/package.json index 63430a4d..9fbf29ee 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",