Skip to content

Commit

Permalink
fix: mark @prismicio/client as an optional peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed May 1, 2023
1 parent db31014 commit ebfb24d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
"@prismicio/client": "^6 || ^7",
"react": "^18"
},
"peerDependenciesMeta": {
"@prismicio/client": {
"optional": true
}
},
"engines": {
"node": ">=12.7.0"
},
Expand Down

0 comments on commit ebfb24d

Please sign in to comment.