Skip to content

Commit fe7721c

Browse files
authored
Update peer dep of threejs
use greater or equal to fix npm conflicts
1 parent e700187 commit fe7721c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/gkjohnson/three-bvh-csg#readme",
4747
"peerDependencies": {
48-
"three": "^0.144.0",
48+
"three": ">=0.144.0",
4949
"three-mesh-bvh": "^0.6.0"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)