Skip to content

Commit 109bc08

Browse files
committed
chore: add drivers as peer deps
1 parent 83900a7 commit 109bc08

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@
5656
"tsup": "^8.5.1",
5757
"typescript": "^5.9.2"
5858
},
59+
"peerDependencies": {
60+
"ioredis": "^5.0.0",
61+
"knex": "^3.0.0"
62+
},
63+
"peerDependenciesMeta": {
64+
"ioredis": {
65+
"optional": true
66+
},
67+
"knex": {
68+
"optional": true
69+
}
70+
},
5971
"author": "Romain Lanz <romain.lanz@pm.me>",
6072
"license": "MIT",
6173
"keywords": [

0 commit comments

Comments
 (0)