Skip to content

Commit

Permalink
Explicitly declare React dependency, so build tools like Snowpack will
Browse files Browse the repository at this point in the history
use a single copy of the library.
  • Loading branch information
danielnaab committed Jun 25, 2021
1 parent 91f76d8 commit 124264d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/overmind-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
],
"files": [
"lib",
"es",
"react"
"es"
],
"dependencies": {
"overmind": "next"
"overmind": "next",
"react": "*"
},
"devDependencies": {
"@types/node": "^12.11.6",
Expand Down

0 comments on commit 124264d

Please sign in to comment.