update npmextra.json: githost

This commit is contained in:
Philipp Kunz 2024-03-30 21:49:02 +01:00
parent cef31966f9
commit 72145abaf9
3 changed files with 704 additions and 698 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": "smartvalidator", "gitrepo": "smartvalidator",
"description": "a wrapper for the validator package to perform validations", "description": "a wrapper for the validator package to perform validations",
"npmPackagename": "@pushrocks/smartvalidator", "npmPackagename": "@push.rocks/smartvalidator",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartvalidator", "name": "@push.rocks/smartvalidator",
"version": "1.0.5", "version": "1.0.5",
"private": false, "private": false,
"description": "a wrapper for the validator package to perform validations", "description": "a wrapper for the validator package to perform validations",
@ -19,7 +19,7 @@
"@gitzone/tsdoc": "^1.1.10", "@gitzone/tsdoc": "^1.1.10",
"@gitzone/tstest": "^1.0.44", "@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3", "@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.15.10" "@types/node": "^18.15.11"
}, },
"dependencies": { "dependencies": {
"@types/validator": "^13.7.4", "@types/validator": "^13.7.4",
@ -40,4 +40,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }

File diff suppressed because it is too large Load Diff