Skip to content

Commit 6763e09

Browse files
committed
merge it
2 parents fec0909 + 99fe666 commit 6763e09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-query-stream",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Postgres query result returned as readable stream",
55
"main": "index.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/brianc/node-pg-query-stream/issues"
2323
},
2424
"devDependencies": {
25-
"pg.js": "~2.8.0",
25+
"pg.js": "*",
2626
"concat-stream": "~1.0.1",
2727
"through": "~2.3.4",
2828
"stream-tester": "0.0.5",
@@ -32,7 +32,7 @@
3232
"mocha": "~1.17.1"
3333
},
3434
"dependencies": {
35-
"pg-cursor": "0.1.3",
35+
"pg-cursor": "0.2.0",
3636
"readable-stream": "^1.0.27-1"
3737
}
3838
}

0 commit comments

Comments
 (0)