Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
6140b2b25b | |||
3524e5fa08 | |||
2a56dbcba1 | |||
41361bab44 |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@git.zone/cli",
|
||||
"private": false,
|
||||
"version": "1.9.96",
|
||||
"version": "1.9.98",
|
||||
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
||||
"main": "dist_ts/index.ts",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitlab.com/gitzone/private/gitzone.git"
|
||||
"url": "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",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '1.9.96',
|
||||
version: '1.9.98',
|
||||
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user