mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-22 06:53:01 +00:00
1.10.0
This commit is contained in:
parent
5611cb2f90
commit
5eb2b66404
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "terrain50-cli",
|
"name": "terrain50-cli",
|
||||||
"version": "1.9.0",
|
"version": "1.10.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "terrain50-cli",
|
"name": "terrain50-cli",
|
||||||
"version": "1.9.0",
|
"version": "1.10.0",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iarna/toml": "^2.2.5",
|
"@iarna/toml": "^2.2.5",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "terrain50-cli",
|
"name": "terrain50-cli",
|
||||||
"version": "1.9.0",
|
"version": "1.10.0",
|
||||||
"description": "CLI for parsing Ordnance Survey Digital Elevation Model files",
|
"description": "CLI for parsing Ordnance Survey Digital Elevation Model files",
|
||||||
"main": "src/index.mjs",
|
"main": "src/index.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue