add comma
This commit is contained in:
parent
d19e6971d1
commit
1703f47bbd
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"scripts" : {
|
"scripts" : {
|
||||||
"test" : "make test-all connectionString=pg://postgres@localhost:5432/postgres",
|
"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)"
|
"install" : "node-gyp rebuild || (exit 0)"
|
||||||
},
|
},
|
||||||
"engines" : { "node": ">= 0.8.0" }
|
"engines" : { "node": ">= 0.8.0" }
|
||||||
|
Loading…
Reference in New Issue
Block a user