From f7532d7f8cafd37dff20c97a9373a43080f80520 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 18 Apr 2018 20:23:27 -0600 Subject: [PATCH] update urls --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 205d277..5714cc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "authenticator-cli", - "version": "1.0.3", + "version": "1.0.4", "description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)", + "homepage": "https://git.coolaj86.com/coolaj86/authenticator-cli.js", "main": "index.js", "bin": { "authenticator": "bin/authenticator.js" @@ -17,7 +18,7 @@ }, "repository": { "type": "git", - "url": "git+https://git.daplie.com/Daplie/authenticator-cli.git" + "url": "git+https://git.coolaj86.com/coolaj86/authenticator-cli.js.git" }, "keywords": [ "Authenticator", @@ -30,6 +31,7 @@ "microsoft", "facebook", "daplie", + "ppl", "totp", "2fa", "mfa", @@ -40,7 +42,6 @@ "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "bugs": { - "url": "https://git.daplie.com/Daplie/authenticator-cli/issues" - }, - "homepage": "https://git.daplie.com/Daplie/authenticator-cli#readme" + "url": "https://git.coolaj86.com/coolaj86/authenticator-cli.js/issues" + } }