From 953827a0b22c48bd095bf00349846e576c342797 Mon Sep 17 00:00:00 2001 From: krutoo Date: Thu, 19 Feb 2026 23:38:00 +0500 Subject: [PATCH] fix: license in package.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 0a0cc9f..7177d54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@krutoo/utils", "version": "0.0.0", - "license": "Apache-2.0", + "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1",