mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 16:21:10 +00:00
fix: npm package.json repository
This commit is contained in:
parent
1281fe32da
commit
1e283829d8
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ await build({
|
|||
license: "GPL-3.0-only",
|
||||
repository: {
|
||||
type: "git",
|
||||
url: "git+https://github.com/blah-im/typescript-core.git",
|
||||
url: "git+https://github.com/Blah-IM/typescript-core.git",
|
||||
},
|
||||
bugs: {
|
||||
url: "https://github.com/blah-im/typescript-core/issues",
|
||||
url: "https://github.com/Blah-IM/typescript-core/issues",
|
||||
},
|
||||
},
|
||||
postBuild() {
|
||||
|
|
Loading…
Add table
Reference in a new issue