From ae566764befad1aa442040e3a6e483c5507b8c08 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Sun, 11 May 2025 02:36:14 +0800 Subject: [PATCH] fix: Update npm package license --- scripts/build_npm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index 81a8541..3fe169c 100644 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -26,7 +26,7 @@ await build({ name: "@blah-im/core", version: denoJson.version, description: "Core logic & types for Blah IM.", - license: "GPL-3.0-only", + license: "MIT", repository: { type: "git", url: "git+https://github.com/Blah-IM/typescript-core.git",