Skip to content

Commit f9f7da2

Browse files
Update package.json
Correctly resolve npm dependencies. Fixes errors during `npm install` in other projects.
1 parent 109d02a commit f9f7da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"yargs": "^17.5.1"
4444
},
4545
"peerDependencies": {
46-
"three": "^0.139.2",
46+
"three": ">=0.139.2",
4747
"xatlas-web": "^0.1.0"
4848
},
4949
"scripts": {

0 commit comments

Comments
 (0)