Skip to content

Commit

Permalink
chore: add Three.js peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jure committed Jan 27, 2021
1 parent e96bc5a commit 4960b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
"peerDependencies": {
"react": ">=16.13",
"react-dom": ">=16.13",
"react-three-fiber": ">=5.0"
"react-three-fiber": ">=5.0",
"three": ">=0.125.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down

0 comments on commit 4960b8a

Please sign in to comment.