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",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"mcfly": "./cli/index.js"
|
||||
"mcfly": "cli/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"version": "npm version",
|
||||
|
|
Loading…
Reference in a new issue