Adding pg to peerDependencies (#2471)

* Adding pg to peerDependencies

Yarn2 requires strict imports, I.E. all project dependencies need to exist in that project's package.json.

* pg version should be locked on the major version

Co-authored-by: Charmander <~@charmander.me>

Co-authored-by: Charmander <~@charmander.me>
This commit is contained in:
Edward O'Reilly 2021-03-12 14:24:07 +00:00 committed by GitHub
parent 5a41a56862
commit 2a7c614583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,5 +19,8 @@
"devDependencies": {
"mocha": "^7.1.2",
"pg": "^8.5.1"
},
"peerDependencies": {
"pg": "^8"
}
}