From 6cceb84d6b79f79c96419fcab4342dd1337a74a3 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 30 Mar 2024 21:48:41 +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 ae72f41..36b9736 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": "smartsmtp", "description": "a module for handling smtp stuff", - "npmPackagename": "@pushrocks/smartsmtp", + "npmPackagename": "@push.rocks/smartsmtp", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index ff40794..4a5f4c0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartsmtp", + "name": "@push.rocks/smartsmtp", "version": "3.0.3", "private": false, "description": "a module for handling smtp stuff", @@ -40,4 +40,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file