Update packages/pg-pool/package.json

Co-Authored-By: Charmander <~@charmander.me>
This commit is contained in:
Brian C 2020-01-13 12:39:26 -06:00 committed by GitHub
parent fd6dc8b0a1
commit 770cab32d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,6 @@
"pg-cursor": "^1.3.0"
},
"peerDependencies": {
"pg": ">8.0"
"pg": ">=8.0"
}
}