feat(cli): add update command to check and update globally installed @git.zone packages
This commit is contained in:
@@ -2,13 +2,7 @@
|
||||
"npmts": {
|
||||
"cli": true
|
||||
},
|
||||
"npmci": {
|
||||
"globalNpmTools": [
|
||||
"npmts"
|
||||
],
|
||||
"npmAccessLevel": "public"
|
||||
},
|
||||
"gitzone": {
|
||||
"@git.zone/cli": {
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
@@ -16,7 +10,20 @@
|
||||
"gitrepo": "tools",
|
||||
"shortDescription": "setup your environment with the most important tools and update them easily.",
|
||||
"npmPackagename": "@git.zone/tools",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"description": "manage git.zone tools"
|
||||
},
|
||||
"release": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
}
|
||||
},
|
||||
"@ship.zone/szci": {
|
||||
"globalNpmTools": [
|
||||
"npmts"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user