update npmextra.json: githost

This commit is contained in:
Philipp Kunz 2024-03-30 21:48:54 +01:00
parent dea8ca6021
commit 0b2e88f430
2 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,11 @@
"gitzone": { "gitzone": {
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "code.foss.global",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartsystem", "gitrepo": "smartsystem",
"description": "interact with the system you are running on", "description": "interact with the system you are running on",
"npmPackagename": "@pushrocks/smartsystem", "npmPackagename": "@push.rocks/smartsystem",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartsystem", "name": "@push.rocks/smartsystem",
"version": "3.0.1", "version": "3.0.1",
"description": "interact with the system you are running on", "description": "interact with the system you are running on",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -55,4 +55,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }