Skip to content

Commit

Permalink
Moved anime.js and three to peerDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshdubey committed Feb 1, 2021
1 parent fe86b60 commit 7836904
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0",
"@types/animejs": "^3.1.2",
"animejs": "^3.2.1",
"three": "^0.125.2"
},
"devDependencies": {
"@types/node": "^12.12.38",
Expand Down

0 comments on commit 7836904

Please sign in to comment.