Skip to content

Commit 2a7c614

Browse files
ed0wolfcharmander
andauthored
Adding pg to peerDependencies (brianc#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>
1 parent 5a41a56 commit 2a7c614

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/pg-cursor/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"devDependencies": {
2020
"mocha": "^7.1.2",
2121
"pg": "^8.5.1"
22+
},
23+
"peerDependencies": {
24+
"pg": "^8"
2225
}
2326
}

0 commit comments

Comments
 (0)