Expose land2geo cli

This commit is contained in:
wpetit 2021-06-30 14:40:48 +02:00
parent fb535cddf5
commit cb778e3eb6
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
"directories": {
"lib": "lib"
},
"bin": {
"land2geo": "./bin/land2geo"
},
"scripts": {
"test": "jest",
"build": "webpack --progress --color --config webpack.prod.js",