add comma

This commit is contained in:
brianc 2012-08-20 21:43:29 -05:00
parent d19e6971d1
commit 1703f47bbd

View File

@ -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" }