We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm test pg
1 parent c93b76f commit a7083d3Copy full SHA for a7083d3
package.json
@@ -1,5 +1,5 @@
1
{ "name": "pg",
2
- "version": "0.2.4",
+ "version": "0.2.5",
3
"description": "Pure JavaScript PostgreSQL client",
4
"homepage": "http://github.com/brianc/node-postgres",
5
"repository" : {
@@ -9,6 +9,6 @@
9
"author" : "Brian Carlson <brian.m.carlson@gmail.com>",
10
"main" : "./lib/index",
11
"directories" : { "lib" : "./lib" },
12
- "scripts" : { "test" : "node ./test/run.js" },
+ "scripts" : { "test" : "make test" },
13
"engines" : { "node": ">= 0.2.2" }
14
}
0 commit comments