Update version of pg-cursor

This commit is contained in:
Brian M. Carlson 2014-05-22 11:20:53 -04:00
parent 7593a44f79
commit e242b94e6c

View File

@ -22,7 +22,7 @@
"url": "https://github.com/brianc/node-pg-query-stream/issues"
},
"devDependencies": {
"pg.js": "~2.8.0",
"pg.js": "*",
"lodash": "~2.2.1",
"concat-stream": "~1.0.1",
"through": "~2.3.4",
@ -33,6 +33,6 @@
"mocha": "~1.17.1"
},
"dependencies": {
"pg-cursor": "0.1.3"
"pg-cursor": "0.2.0"
}
}