Skip to content

Commit 8f45b34

Browse files
committed
feat: fix depencies library
1 parent fbcaf76 commit 8f45b34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@
3737
"release": "release-it"
3838
},
3939
"dependencies": {
40-
"react": "16.8.6",
4140
"svg-drawing": "1.5.1",
4241
"two.js": "0.7.0-beta.3"
4342
},
43+
"peerDependencies": {
44+
"react": "16.8.6"
45+
},
4446
"devDependencies": {
4547
"@babel/core": "7.4.5",
4648
"@babel/plugin-syntax-dynamic-import": "7.2.0",

0 commit comments

Comments
 (0)