fix(package): Fix repository URL in package.json
This commit is contained in:
parent
09a648b435
commit
c6c94866bb
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-03-04 - 2.2.6 - fix(package)
|
||||
Fix repository URL in package.json
|
||||
|
||||
- Updated repository URL in package.json to point to the correct Git repository.
|
||||
|
||||
## 2025-03-04 - 2.2.5 - fix(package.json)
|
||||
Update repository URLs in package metadata.
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@gitlab.com/pushrocks/tsn.git"
|
||||
"url": "https://code.foss.global/git.zone/tsbuild.git"
|
||||
},
|
||||
"keywords": [
|
||||
"TypeScript",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tsbuild',
|
||||
version: '2.2.5',
|
||||
version: '2.2.6',
|
||||
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user