From 406e7b118cbc53c4e5cf8607df246a9cf2d32da3 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 28 Mar 2018 00:30:33 -0600 Subject: [PATCH] v1.1.4 --- README.md | 6 ++++-- package.json | 12 ++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 969be55..34771f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Node.js Authenticator ===================== +| Sponsored by [ppl](https://ppl.family) + Two- and Multi- Factor Authenication (2FA / MFA) for node.js ![](https://blog.authy.com/assets/posts/authenticator.png) @@ -24,8 +26,8 @@ Browser & Commandline Authenticator You may also be interested in -* [Browser Authenticator](https://github.com/Daplie/browser-authenticator) over at -* [Commandline Authenticator](https://github.com/Daplie/authenticator-cli) over at +* [Browser Authenticator](https://git.coolaj86.com/coolaj86/browser-authenticator) over at +* [Commandline Authenticator](https://git.coolaj86.com/coolaj86/authenticator-cli) over at Install ===== diff --git a/package.json b/package.json index 87c502b..cd63861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authenticator", - "version": "1.1.3", + "version": "1.1.4", "description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js", "main": "authenticator.js", "scripts": { @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://git.daplie.com/Daplie/node-authenticator.git" + "url": "git+https://git.coolaj86.com/coolaj86/node-authenticator.js.git" }, "keywords": [ "authenticator", @@ -28,12 +28,12 @@ "google", "microsoft" ], - "author": "AJ ONeal (https://daplie.com/)", - "license": "Apache-2.0", + "author": "AJ ONeal (https://coolaj86.com/)", + "license": "(MIT or Apache-2.0)", "bugs": { - "url": "https://git.daplie.com/Daplie/node-authenticator/issues" + "url": "https://git.coolaj86.com/coolaj86/node-authenticator.js/issues" }, - "homepage": "https://git.daplie.com/Daplie/node-authenticator#readme", + "homepage": "https://git.coolaj86.com/coolaj86/node-authenticator.js#readme", "dependencies": { "authenticator-cli": "^1.0.3", "notp": "^2.0.3",