From 0b2e88f43020ad2d29e56cc80a389824471fb252 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 30 Mar 2024 21:48:54 +0100 Subject: [PATCH] update npmextra.json: githost --- npmextra.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npmextra.json b/npmextra.json index a849d55..1011a94 100644 --- a/npmextra.json +++ b/npmextra.json @@ -6,11 +6,11 @@ "gitzone": { "projectType": "npm", "module": { - "githost": "gitlab.com", - "gitscope": "pushrocks", + "githost": "code.foss.global", + "gitscope": "push.rocks", "gitrepo": "smartsystem", "description": "interact with the system you are running on", - "npmPackagename": "@pushrocks/smartsystem", + "npmPackagename": "@push.rocks/smartsystem", "license": "MIT" } } diff --git a/package.json b/package.json index ea1115c..6ba516b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartsystem", + "name": "@push.rocks/smartsystem", "version": "3.0.1", "description": "interact with the system you are running on", "main": "dist_ts/index.js", @@ -55,4 +55,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file