From 375082a87dc6b120ff4345b223ebcd471aaad7d9 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 30 Mar 2024 21:49:05 +0100 Subject: [PATCH] update npmextra.json: githost --- npmextra.json | 6 +++--- package.json | 4 ++-- tslint.json | 17 ----------------- 3 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 tslint.json diff --git a/npmextra.json b/npmextra.json index f576ba9..633b7e1 100644 --- a/npmextra.json +++ b/npmextra.json @@ -2,11 +2,11 @@ "gitzone": { "projectType": "npm", "module": { - "githost": "gitlab.com", - "gitscope": "pushrocks", + "githost": "code.foss.global", + "gitscope": "push.rocks", "gitrepo": "smartvhost", "shortDescription": "a module creating a vhost layer in order to maintain several smartexpress instances", - "npmPackagename": "@pushrocks/smartvhost", + "npmPackagename": "@push.rocks/smartvhost", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 312c545..a593efd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartvhost", + "name": "@push.rocks/smartvhost", "version": "1.0.3", "private": false, "description": "a module creating a vhost layer in order to maintain several smartexpress instances", @@ -37,4 +37,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file diff --git a/tslint.json b/tslint.json deleted file mode 100644 index d4ea2e9..0000000 --- a/tslint.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": ["tslint:latest", "tslint-config-prettier"], - "rules": { - "semicolon": [true, "always"], - "no-console": false, - "ordered-imports": false, - "object-literal-sort-keys": false, - "member-ordering": { - "options":{ - "order": [ - "static-method" - ] - } - } - }, - "defaultSeverity": "warning" -}