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.
1 parent fcd0f02 commit bf84db7Copy full SHA for bf84db7
.travis.yml
@@ -17,9 +17,6 @@ matrix:
17
- node_js: "10"
18
addons:
19
postgresql: "9.6"
20
- - node_js: "11"
21
- addons:
22
- postgresql: "9.6"
23
- node_js: "lts/carbon"
24
25
postgresql: "9.1"
package.json
@@ -20,7 +20,7 @@
"main": "./lib",
"dependencies": {
"buffer-writer": "2.0.0",
- "packet-reader": "0.3.1",
+ "packet-reader": "1.0.0",
"pg-connection-string": "0.1.3",
"pg-pool": "^2.0.4",
26
"pg-types": "~2.0.0",
0 commit comments