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