From f39bac645d1ceee112c4bf9ebf3b198068bf9d6a Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Tue, 27 May 2025 15:03:24 -0400 Subject: [PATCH] chore: fix root `package.json#license` The other 12 licenses are "MIT". --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16d36b97..c82ceb94 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "format:ci": "prettier --check ." }, "keywords": [], - "license": "ISC", + "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.0.0", "@commitlint/config-conventional": "^19.0.0",