udpate urls
This commit is contained in:
parent
b912f75a53
commit
32196b4a67
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "authenticator",
|
"name": "authenticator",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
|
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
|
||||||
"main": "authenticator.js",
|
"main": "authenticator.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Daplie/node-authenticator.git"
|
"url": "git+https://git.daplie.com/Daplie/node-authenticator.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"authenticator",
|
"authenticator",
|
||||||
|
@ -31,11 +31,11 @@
|
||||||
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
|
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"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": {
|
"dependencies": {
|
||||||
"authenticator-cli": "^1.0.2",
|
"authenticator-cli": "^1.0.3",
|
||||||
"notp": "^2.0.3",
|
"notp": "^2.0.3",
|
||||||
"thirty-two": "0.0.2"
|
"thirty-two": "0.0.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue