Skip to content

Commit a7083d3

Browse files
committed
changed test command in npm package to fix npm test pg
1 parent c93b76f commit a7083d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "name": "pg",
2-
"version": "0.2.4",
2+
"version": "0.2.5",
33
"description": "Pure JavaScript PostgreSQL client",
44
"homepage": "http://github.com/brianc/node-postgres",
55
"repository" : {
@@ -9,6 +9,6 @@
99
"author" : "Brian Carlson <brian.m.carlson@gmail.com>",
1010
"main" : "./lib/index",
1111
"directories" : { "lib" : "./lib" },
12-
"scripts" : { "test" : "node ./test/run.js" },
12+
"scripts" : { "test" : "make test" },
1313
"engines" : { "node": ">= 0.2.2" }
1414
}

0 commit comments

Comments
 (0)