fix(project): Minor fixes and cleanup

This commit is contained in:
2025-01-29 17:56:21 +01:00
parent a039a58f8e
commit b90234e226
13 changed files with 44 additions and 23 deletions

View File

@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "https://code.foss.global/git.zone/cli.git"
"url": "https://gitlab.com/gitzone/private/gitzone.git"
},
"keywords": [
"CLI",
@ -48,9 +48,9 @@
"author": "Task Venture Capital GmbH",
"license": "MIT",
"bugs": {
"url": "https://code.foss.global/git.zone/cli/issues"
"url": "https://gitlab.com/gitzone/private/gitzone/issues"
},
"homepage": "https://pages.foss.global/git.zone/cli",
"homepage": "https://gitlab.com/gitzone/private/gitzone#readme",
"devDependencies": {
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsrun": "^1.3.3",
@ -91,11 +91,6 @@
"prettier": "^3.4.2",
"through2": "^4.0.2"
},
"pnpm": {
"overrides": {
"peek-readable": "5.3.1"
}
},
"files": [
"ts/**/*",
"ts_web/**/*",
@ -110,5 +105,10 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"pnpm": {
"overrides": {
"peek-readable": "5.3.1"
}
}
}