From 1703f47bbd691bd9f635ea4c7ab011ff4ccce7e3 Mon Sep 17 00:00:00 2001 From: brianc Date: Mon, 20 Aug 2012 21:43:29 -0500 Subject: [PATCH] add comma --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52a8b84b..15c86573 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "scripts" : { "test" : "make test-all connectionString=pg://postgres@localhost:5432/postgres", - "prepublish": "rm -r build || (exit 0)" + "prepublish": "rm -r build || (exit 0)", "install" : "node-gyp rebuild || (exit 0)" }, "engines" : { "node": ">= 0.8.0" }