From 32f1eb7c3caa8c2017ff21c62df5bd89bedb8605 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 30 Mar 2024 21:49:15 +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 eba6ddd..d23eeab 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": "webdetector", "description": "detect things about from within a webapp", - "npmPackagename": "@pushrocks/webdetector", + "npmPackagename": "@push.rocks/webdetector", "license": "MIT" } }, diff --git a/package.json b/package.json index 79a922e..e265123 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/webdetector", + "name": "@push.rocks/webdetector", "version": "2.0.3", "private": false, "description": "detect different environments within the browser", @@ -40,4 +40,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file