This commit is contained in:
AJ ONeal 2016-01-02 01:21:30 -08:00
parent 55394bcb47
commit 03e01665e2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
"main": "index.js",
"bin": {
"authenticator-cli": "authenticator.js"
"authenticator": "bin/authenticator.js"
},
"dependencies": {
"authenticator": "^1.1.0",