Skip to content

Commit

Permalink
fix: mark peer dependencies as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Feb 13, 2024
1 parent 38392b3 commit 239d1ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
"rxjs": "7",
"tslib": "2"
},
"peerDependenciesMeta": {
"quill-delta": {
"optional": true
},
"rxjs": {
"optional": true
}
},
"dependencies": {
"arg": "^5.0.2",
"hyperdyperid": "^1.2.0",
Expand Down

0 comments on commit 239d1ba

Please sign in to comment.