update npmextra.json: githost

This commit is contained in:
Philipp Kunz 2024-03-30 21:48:41 +01:00
parent 69f095044a
commit 6cceb84d6b
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": "smartsmtp", "gitrepo": "smartsmtp",
"description": "a module for handling smtp stuff", "description": "a module for handling smtp stuff",
"npmPackagename": "@pushrocks/smartsmtp", "npmPackagename": "@push.rocks/smartsmtp",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartsmtp", "name": "@push.rocks/smartsmtp",
"version": "3.0.3", "version": "3.0.3",
"private": false, "private": false,
"description": "a module for handling smtp stuff", "description": "a module for handling smtp stuff",
@ -40,4 +40,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }