1
0
Fork 0

fix(new-design): Add bin entry to package.json

This commit is contained in:
Joost De Cock 2022-07-02 18:13:13 +02:00
parent 9fd3a4d267
commit 24992bcf74
2 changed files with 5 additions and 0 deletions

View file

@ -76,6 +76,8 @@ packageJson:
lunetius: &starf
author: Starfetch (https://github.com/starfetch)
new-design:
bin:
new-design: "dist/index.js"
files:
- README.md
- package.json

View file

@ -54,5 +54,8 @@
"engines": {
"node": ">=14.0.0",
"npm": ">=6"
},
"bin": {
"new-design": "dist/index.js"
}
}