Skip to content

Commit 7b3ba31

Browse files
committed
chore: fix peerDependencies package
1 parent d9dc88a commit 7b3ba31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"two.js": "0.7.0-beta.3"
4242
},
4343
"peerDependencies": {
44-
"react": "16.9.0"
44+
"react": ">=16.8.0"
4545
},
4646
"devDependencies": {
4747
"@babel/core": "7.5.5",

0 commit comments

Comments
 (0)