From 1e283829d8292fe568d96c1287f3f37ff88839c5 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Thu, 26 Sep 2024 01:59:55 +0800 Subject: [PATCH] fix: npm package.json repository --- scripts/build_npm.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index 7804aae..ccf35ed 100644 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -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() {