fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-23 09:22:42 +02:00
parent eec728054c
commit 41361bab44
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/gitzone/private/gitzone.git"
"url": "git+https://code.foss.global/git.zone/cli.git"
},
"keywords": [
"CLI",
@ -50,7 +50,7 @@
"bugs": {
"url": "https://gitlab.com/gitzone/private/gitzone/issues"
},
"homepage": "https://gitlab.com/gitzone/private/gitzone#readme",
"homepage": "https://pages.foss.global/git.zone/cli",
"devDependencies": {
"@git.zone/tsbuild": "^2.1.80",
"@git.zone/tsrun": "^1.2.46",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.9.96',
version: '1.9.97',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}