Skip to content

Commit

Permalink
fix(payments-plugin): Make peer dependencies optional
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Mar 22, 2023
1 parent 4eb4fc8 commit 98c764c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/payments-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
"braintree": "3.x",
"stripe": "8.x"
},
"peerDependenciesMeta": {
"@mollie/api-client": {
"optional": true
},
"braintree": {
"optional": true
},
"stripe": {
"optional": true
}
},
"devDependencies": {
"@mollie/api-client": "^3.6.0",
"@types/braintree": "^2.22.15",
Expand Down

0 comments on commit 98c764c

Please sign in to comment.