fix(repo configuration): Update repository metadata to use git.zone naming and add local permission settings

This commit is contained in:
2025-05-26 04:40:10 +00:00
parent 0f762f2063
commit 424046b0de
4 changed files with 12 additions and 5 deletions

View File

@ -6,11 +6,11 @@
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "gitzone",
"githost": "code.foss.global",
"gitscope": "git.zone",
"gitrepo": "tstest",
"description": "a test utility to run tests that match test/**/*.ts",
"npmPackagename": "@gitzone/tstest",
"npmPackagename": "@git.zone/tstest",
"license": "MIT"
}
}