Skip to content

Commit d19e697

Browse files
committed
version bump
1 parent 158562f commit d19e697

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "name": "pg",
2-
"version": "0.8.2",
2+
"version": "0.8.3",
33
"description": "PostgreSQL client - pure javascript & libpq with the same API",
44
"keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"],
55
"homepage": "http://github.com/brianc/node-postgres",
@@ -14,6 +14,7 @@
1414
},
1515
"scripts" : {
1616
"test" : "make test-all connectionString=pg://postgres@localhost:5432/postgres",
17+
"prepublish": "rm -r build || (exit 0)"
1718
"install" : "node-gyp rebuild || (exit 0)"
1819
},
1920
"engines" : { "node": ">= 0.8.0" }

0 commit comments

Comments
 (0)