mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
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:
parent
5a41a56862
commit
2a7c614583
@ -19,5 +19,8 @@
|
||||
"devDependencies": {
|
||||
"mocha": "^7.1.2",
|
||||
"pg": "^8.5.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"pg": "^8"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user