fix(core): pkg bin path
This commit is contained in:
parent
c5db814387
commit
ef60386dbd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"mcfly": "./cli/index.js"
|
"mcfly": "cli/index.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"version": "npm version",
|
"version": "npm version",
|
||||||
|
|
Loading…
Reference in a new issue