Adapt package.json to repo name change
parent
226077ccb8
commit
c56f426266
11
package.json
11
package.json
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "ldap-totp-nginx-auth",
|
"name": "two-factor-auth-server",
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
|
@ -10,14 +10,13 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/clems4ever/ldap-totp-nginx-auth.git"
|
"url": "git+https://github.com/clems4ever/two-factor-auth-server"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "Clement Michaud <clement.michaud34@gmail.com>",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/clems4ever/ldap-totp-nginx-auth/issues"
|
"url": "https://github.com/clems4ever/two-factor-auth-server/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/clems4ever/ldap-totp-nginx-auth#readme",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.15.2",
|
"body-parser": "^1.15.2",
|
||||||
"cookie-parser": "^1.4.3",
|
"cookie-parser": "^1.4.3",
|
||||||
|
|
Loading…
Reference in New Issue