Expose land2geo cli
This commit is contained in:
parent
fb535cddf5
commit
cb778e3eb6
|
@ -6,6 +6,9 @@
|
|||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"bin": {
|
||||
"land2geo": "./bin/land2geo"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"build": "webpack --progress --color --config webpack.prod.js",
|
||||
|
|
Loading…
Reference in New Issue