fix(project): Minor fixes and cleanup
This commit is contained in:
20
package.json
20
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user