Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: add peer deps to remove react from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed May 26, 2021
1 parent c0a77a8 commit 4fe4ed4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"classnames": "^2.3.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "^7.14.3",
Expand Down

0 comments on commit 4fe4ed4

Please sign in to comment.