From 03e01665e2ad97d06c4975322dd201ca03250495 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 2 Jan 2016 01:21:30 -0800 Subject: [PATCH] fix bin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",