From 3db25512eeb4a78e2e434c24e22b892ac482da25 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 30 Mar 2024 21:48:44 +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 0b8d0e6..4affa28 100644 --- a/npmextra.json +++ b/npmextra.json @@ -11,11 +11,11 @@ "gitzone": { "projectType": "npm", "module": { - "githost": "gitlab.com", - "gitscope": "pushrocks", + "githost": "code.foss.global", + "gitscope": "push.rocks", "gitrepo": "smartspawn", "description": "smart subprocess handling", - "npmPackagename": "@pushrocks/smartspawn", + "npmPackagename": "@push.rocks/smartspawn", "license": "MIT" } } diff --git a/package.json b/package.json index 5f51352..fcacdb2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartspawn", + "name": "@push.rocks/smartspawn", "version": "3.0.2", "private": false, "description": "smart subprocess handling", @@ -49,4 +49,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file