update urls

This commit is contained in:
AJ ONeal 2017-09-22 16:53:25 -06:00
parent 522571b367
commit c8283c3bec
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "authenticator-cli", "name": "authenticator-cli",
"version": "1.0.2", "version": "1.0.3",
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)", "description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -17,7 +17,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/Daplie/authenticator-cli.git" "url": "git+https://git.daplie.com/Daplie/authenticator-cli.git"
}, },
"keywords": [ "keywords": [
"Authenticator", "Authenticator",
@ -40,7 +40,7 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0", "license": "MPL-2.0",
"bugs": { "bugs": {
"url": "https://github.com/Daplie/authenticator-cli/issues" "url": "https://git.daplie.com/Daplie/authenticator-cli/issues"
}, },
"homepage": "https://github.com/Daplie/authenticator-cli#readme" "homepage": "https://git.daplie.com/Daplie/authenticator-cli#readme"
} }