update npmextra.json: githost

This commit is contained in:
Philipp Kunz 2024-03-30 21:49:15 +01:00
parent d24352a289
commit 32f1eb7c3c
2 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@
"gitzone": { "gitzone": {
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "code.foss.global",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "webdetector", "gitrepo": "webdetector",
"description": "detect things about from within a webapp", "description": "detect things about from within a webapp",
"npmPackagename": "@pushrocks/webdetector", "npmPackagename": "@push.rocks/webdetector",
"license": "MIT" "license": "MIT"
} }
}, },

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/webdetector", "name": "@push.rocks/webdetector",
"version": "2.0.3", "version": "2.0.3",
"private": false, "private": false,
"description": "detect different environments within the browser", "description": "detect different environments within the browser",
@ -40,4 +40,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }