diff --git a/package.json b/package.json index 51aac6c..87c502b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authenticator", - "version": "1.1.2", + "version": "1.1.3", "description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js", "main": "authenticator.js", "scripts": { @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Daplie/node-authenticator.git" + "url": "git+https://git.daplie.com/Daplie/node-authenticator.git" }, "keywords": [ "authenticator", @@ -31,11 +31,11 @@ "author": "AJ ONeal (https://daplie.com/)", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/Daplie/node-authenticator/issues" + "url": "https://git.daplie.com/Daplie/node-authenticator/issues" }, - "homepage": "https://github.com/Daplie/node-authenticator#readme", + "homepage": "https://git.daplie.com/Daplie/node-authenticator#readme", "dependencies": { - "authenticator-cli": "^1.0.2", + "authenticator-cli": "^1.0.3", "notp": "^2.0.3", "thirty-two": "0.0.2" }