From bb81375c896b160b16feefff379eb43311ff0755 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 30 Mar 2024 21:49:16 +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 ff30a50..88ecb8c 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": "webglobal", "shortDescription": "a better non polluting global module for efficient in browser communication", - "npmPackagename": "@pushrocks/webglobal", + "npmPackagename": "@push.rocks/webglobal", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 13a7eae..cec3b41 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/webglobal", + "name": "@push.rocks/webglobal", "version": "1.0.2", "private": false, "description": "a better non polluting global module for efficient in browser communication", @@ -32,4 +32,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" -}