mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-26 07:33:00 +00:00
Bump version
This commit is contained in:
parent
d836aa77fd
commit
35a94cae61
3 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ npm install --save terrain50-cli
|
|||
|
||||
-----
|
||||
|
||||
|
||||
## v1.5
|
||||
- Update dependencies
|
||||
- Add new `analyse-frequencies` subcommand
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "terrain50-cli",
|
||||
"version": "1.4.1",
|
||||
"version": "1.5.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "terrain50-cli",
|
||||
"version": "1.4.1",
|
||||
"version": "1.5.0",
|
||||
"description": "CLI for parsing Ordnance Survey Digital Elevation Model files",
|
||||
"main": "src/index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue