diff --git a/package.json b/package.json index b4533cc..97671aa 100644 --- a/package.json +++ b/package.json @@ -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",