Skip to content

Commit 037d45f

Browse files
authored
Update package.json
Added "@react-three/drei": "^2.2.12" as a dependency
1 parent 51a18f9 commit 037d45f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"react",
1010
"react-three-fiber"
1111
],
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/pmndrs/react-three-a11y.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/pmndrs/react-three-a11y/issues"
18+
},
1219
"author": "Alaric Baraou",
1320
"license": "MIT",
1421
"main": "dist/index.js",
@@ -35,7 +42,8 @@
3542
"three": "^0.124.0"
3643
},
3744
"dependencies": {
38-
"zustand": "^3.2.0"
45+
"zustand": "^3.2.0",
46+
"@react-three/drei": "^2.2.12",
3947
},
4048
"husky": {
4149
"hooks": {
@@ -67,7 +75,6 @@
6775
"react": "^17.0.1",
6876
"react-dom": "^17.0.1",
6977
"react-three-fiber": "5.3.11",
70-
"@react-three/drei": "^2.2.12",
7178
"size-limit": "^4.9.1",
7279
"three": "0.124.0",
7380
"tsdx": "^0.14.1",

0 commit comments

Comments
 (0)