fix: turf dependency

This commit is contained in:
Artemy 2023-06-10 21:51:10 +03:00
parent 441197be4e
commit 7b2f890aa2
2 changed files with 1922 additions and 643 deletions

2561
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "cimengine-build-tools", "name": "cimengine-build-tools",
"version": "1.1.0", "version": "1.1.1",
"description": "Geojson data processing tools for CIMEngine", "description": "Geojson data processing tools for CIMEngine",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -30,7 +30,7 @@
}, },
"homepage": "https://github.com/CIMEngine/cimengine-build-tools#readme", "homepage": "https://github.com/CIMEngine/cimengine-build-tools#readme",
"dependencies": { "dependencies": {
"turf": "^3.0.14", "@turf/turf": "^6.5.0",
"yargs": "^17.7.2" "yargs": "^17.7.2"
} }
} }