update urls
This commit is contained in:
parent
dfb35b9810
commit
f7532d7f8c
11
package.json
11
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 <coolaj86@gmail.com> (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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue