Skip to content

Commit

Permalink
set peer deps as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Jul 28, 2022
1 parent 1cb3aa1 commit 4574ae0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-singers-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@soundxyz/redis-pubsub": patch
---

Peer dependencies as optional
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,14 @@
"zod": "^3.17.3"
},
"peerDependenciesMeta": {
"ioredis": {
"optional": true
},
"pino": {
"optional": true
},
"zod": {
"optional": true
}
}
}

0 comments on commit 4574ae0

Please sign in to comment.