Require Node 14

obj2gltf depends on CesiumJS which requires Node 14
This commit is contained in:
Sean Lilley 2023-01-27 08:44:45 -05:00 committed by GitHub
parent d1c3ed46b7
commit 7cf0cb85c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
}, },
"main": "index.js", "main": "index.js",
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=14.0.0"
}, },
"dependencies": { "dependencies": {
"bluebird": "^3.7.2", "bluebird": "^3.7.2",