From 2a516f09f744d42a66d16a8cc020b17aef1c4a8d Mon Sep 17 00:00:00 2001 From: soruly Date: Sat, 18 Jun 2022 18:24:20 +0000 Subject: [PATCH] Update package --- ecosystem.config.json | 2 +- package-lock.json | 4 ++-- package.json | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ecosystem.config.json b/ecosystem.config.json index 41e6b41..c2f528c 100644 --- a/ecosystem.config.json +++ b/ecosystem.config.json @@ -1,7 +1,7 @@ { "apps": [ { - "name": "2fa", + "name": "pasu", "script": "server.js", "instances": 1, "exec_mode": "fork" diff --git a/package-lock.json b/package-lock.json index 499b1e1..83bad09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "2fa.soruly.com", + "name": "pasu", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "2fa.soruly.com", + "name": "pasu", "version": "1.0.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7f51281..d791709 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "2fa.soruly.com", + "name": "pasu", "version": "1.0.0", - "description": "Self-hosted 2FA app", + "description": "Self-hosted TOTP authenticator PWA with FIDO2 (WebAuthn)", "main": "server.js", "type": "module", "scripts": { @@ -18,14 +18,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/soruly/2fa.git" + "url": "git+https://github.com/soruly/pasu.git" }, "author": "soruly", "license": "MIT", "bugs": { - "url": "https://github.com/soruly/2fa/issues" + "url": "https://github.com/soruly/pasu/issues" }, - "homepage": "https://github.com/soruly/2fa#readme", + "homepage": "https://github.com/soruly/pasu#readme", "dependencies": { "@maxmind/geoip2-node": "^3.4.0", "cookie-parser": "^1.4.6",