version bump
This commit is contained in:
parent
158562f3d1
commit
d19e6971d1
@ -1,5 +1,5 @@
|
|||||||
{ "name": "pg",
|
{ "name": "pg",
|
||||||
"version": "0.8.2",
|
"version": "0.8.3",
|
||||||
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
||||||
"keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"],
|
"keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"],
|
||||||
"homepage": "http://github.com/brianc/node-postgres",
|
"homepage": "http://github.com/brianc/node-postgres",
|
||||||
@ -14,6 +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)"
|
||||||
"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