fix bin
This commit is contained in:
parent
55394bcb47
commit
03e01665e2
|
@ -4,7 +4,7 @@
|
||||||
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
|
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"authenticator-cli": "authenticator.js"
|
"authenticator": "bin/authenticator.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"authenticator": "^1.1.0",
|
"authenticator": "^1.1.0",
|
||||||
|
|
Loading…
Reference in New Issue