1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-08 08:23:59 +00:00
This commit is contained in:
Starbeamrainbowlabs 2022-12-06 18:03:18 +00:00
parent 833a1eee52
commit 548afee7d6
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "terrain50-cli",
"version": "1.10.0",
"version": "1.10.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "terrain50-cli",
"version": "1.10.0",
"version": "1.10.1",
"license": "MPL-2.0",
"dependencies": {
"@iarna/toml": "^2.2.5",

View file

@ -1,6 +1,6 @@
{
"name": "terrain50-cli",
"version": "1.10.0",
"version": "1.10.1",
"description": "CLI for parsing Ordnance Survey Digital Elevation Model files",
"main": "src/index.mjs",
"scripts": {