mirror of
https://github.com/CIMEngine/WorldMap.git
synced 2024-11-05 21:24:03 +03:00
fix: version of cimengine
This commit is contained in:
parent
3292d45469
commit
85486b7bea
3 changed files with 11 additions and 8 deletions
|
@ -6,7 +6,8 @@
|
|||
"properties": {
|
||||
"name": "mexico",
|
||||
"fill": "#e79f00",
|
||||
"stroke": "#e79f00"
|
||||
"stroke": "#e79f00",
|
||||
"area": "2 371 575.61"
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Polygon",
|
||||
|
@ -549,7 +550,8 @@
|
|||
"stroke": "#bc2700",
|
||||
"tags": [
|
||||
"NATO"
|
||||
]
|
||||
],
|
||||
"area": "12 816 534.60"
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Polygon",
|
||||
|
@ -1852,7 +1854,8 @@
|
|||
"stroke": "#009abc",
|
||||
"tags": [
|
||||
"NATO"
|
||||
]
|
||||
],
|
||||
"area": "10 616 317.76"
|
||||
},
|
||||
"geometry": {
|
||||
"type": "MultiPolygon",
|
||||
|
|
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
|||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cimengine-build-tools": "^1.1.4"
|
||||
"cimengine-build-tools": "^1.3.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@turf/along": {
|
||||
|
@ -1616,9 +1616,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cimengine-build-tools": {
|
||||
"version": "1.1.4",
|
||||
"resolved": "https://registry.npmjs.org/cimengine-build-tools/-/cimengine-build-tools-1.1.4.tgz",
|
||||
"integrity": "sha512-F6NLwjdrYP+dYZWipOUDhflbiJ+83oeiTo1c2nt0LxFipnLMKrUWSFtI0pih9DzcmZQgfQzysU005op/uMvY2A==",
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/cimengine-build-tools/-/cimengine-build-tools-1.3.2.tgz",
|
||||
"integrity": "sha512-iyOESfRFwfc+HADp1tPNrsIcApI4L3IQM5TVm9rcT3K6uCcl8eWa33ntdQ+/VThTMGUiEvP1SknCI91n5o/bzQ==",
|
||||
"dependencies": {
|
||||
"@turf/turf": "^6.5.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
},
|
||||
"homepage": "https://github.com/CIMEngine/worldmap#readme",
|
||||
"dependencies": {
|
||||
"cimengine-build-tools": "^1.1.4"
|
||||
"cimengine-build-tools": "^1.3.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue