update npmextra.json: githost

This commit is contained in:
Philipp Kunz 2024-03-30 21:49:09 +01:00
parent e49ee755d7
commit 42abd689d3
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": "smartyaml", "gitrepo": "smartyaml",
"description": "handle yaml in smart ways", "description": "handle yaml in smart ways",
"npmPackagename": "@pushrocks/smartyaml", "npmPackagename": "@push.rocks/smartyaml",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartyaml", "name": "@push.rocks/smartyaml",
"version": "3.0.1", "version": "3.0.1",
"private": false, "private": false,
"description": "handle yaml in smart ways", "description": "handle yaml in smart ways",
@ -50,4 +50,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }