From d28b7d16cdb9b478fb9be73dc99ee31a7c499f2f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 30 Mar 2024 21:48:49 +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 9620b65..d1f27d2 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": "smartstatus", "shortDescription": "status information in TypeScript", - "npmPackagename": "@pushrocks/smartstatus", + "npmPackagename": "@push.rocks/smartstatus", "license": "MIT" } }, diff --git a/package.json b/package.json index 5ba1c39..2831d81 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartstatus", + "name": "@push.rocks/smartstatus", "version": "1.0.12", "private": false, "description": "status information in TypeScript", @@ -41,4 +41,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" -}