Bump packet-reader version (#1840)

* Bump packet-reader version

This should fix the deprecation warning from using `new Buffer`.

* Remove node 11 tests - its a non-stable (odd) version
This commit is contained in:
Brian C 2019-02-20 14:36:27 -06:00 committed by GitHub
parent fcd0f02210
commit bf84db7c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -17,9 +17,6 @@ matrix:
- node_js: "10"
addons:
postgresql: "9.6"
- node_js: "11"
addons:
postgresql: "9.6"
- node_js: "lts/carbon"
addons:
postgresql: "9.1"

View File

@ -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",
"pg-types": "~2.0.0",