mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
Require Node 14
obj2gltf depends on CesiumJS which requires Node 14
This commit is contained in:
parent
d1c3ed46b7
commit
7cf0cb85c7
@ -23,7 +23,7 @@
|
||||
},
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "^3.7.2",
|
||||
|
Loading…
Reference in New Issue
Block a user