Skip to content

Commit

Permalink
fix: make react an optional peer dep (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
capitnflam committed Mar 17, 2024
1 parent 2505b0f commit b030d4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 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 @@ -60,6 +60,11 @@
"eslint": ">=8",
"react": ">=16.8"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit b030d4b

Please sign in to comment.