Skip to content

Commit 1703f47

Browse files
committed
add comma
1 parent d19e697 commit 1703f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts" : {
1616
"test" : "make test-all connectionString=pg://postgres@localhost:5432/postgres",
17-
"prepublish": "rm -r build || (exit 0)"
17+
"prepublish": "rm -r build || (exit 0)",
1818
"install" : "node-gyp rebuild || (exit 0)"
1919
},
2020
"engines" : { "node": ">= 0.8.0" }

0 commit comments

Comments
 (0)