Skip to content

Commit

Permalink
fix: fixed bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Oct 17, 2021
1 parent 4b7ef82 commit bf194ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Empty file modified bin/index.js
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const EMAIL_REGEXP =
/^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i

const main = async () => {
console.log(argv)
if (argv.q) {
readLineSync.promptCLLoop(
{
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "node ./bin -a AnthonyLzq -e sluzquinosa@uni.pe -N Test -D Testing"
},
"bin": {
"simba": "./bin"
"simba": "./bin/index.js"
},
"keywords": [
"TypeScript",
Expand Down

0 comments on commit bf194ff

Please sign in to comment.