fix(new-design): Add bin entry to package.json
This commit is contained in:
parent
9fd3a4d267
commit
24992bcf74
2 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,8 @@ packageJson:
|
||||||
lunetius: &starf
|
lunetius: &starf
|
||||||
author: Starfetch (https://github.com/starfetch)
|
author: Starfetch (https://github.com/starfetch)
|
||||||
new-design:
|
new-design:
|
||||||
|
bin:
|
||||||
|
new-design: "dist/index.js"
|
||||||
files:
|
files:
|
||||||
- README.md
|
- README.md
|
||||||
- package.json
|
- package.json
|
||||||
|
|
|
@ -54,5 +54,8 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
"npm": ">=6"
|
"npm": ">=6"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"new-design": "dist/index.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue