Skip to content

Commit

Permalink
Merge pull request #505 from G-Rath/patch-1
Browse files Browse the repository at this point in the history
fix: mark peer dependencies as optional
  • Loading branch information
streamich authored Feb 18, 2024
2 parents 38392b3 + 239d1ba commit db02e43
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 db02e43

Please sign in to comment.