From 301f076f01d6a01b7f40708b83399e4a86104143 Mon Sep 17 00:00:00 2001 From: brianc Date: Thu, 28 Mar 2013 13:37:08 -0500 Subject: [PATCH] pin jshint version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 556333bc..2605b581 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "deprecate": "~0.1.0" }, "devDependencies": { - "jshint": "git://github.com/jshint/jshint.git" + "jshint": "1.1.0" }, "scripts": { "test": "make test-all connectionString=pg://postgres@localhost:5432/postgres",