From 64fa60f6d189a14c94b3cfd43e8e28d3fd38b6de Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:48:08 -0500 Subject: [PATCH] fix(config): renames package license --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce82e41..a6757ee 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/Kurocado-Studio/styleguide.git" }, - "license": "MPL-2.0", + "license": "MIT", "scripts": { "commitlint": "pnpm exec commitlint --edit", "eslint-check": "eslint --max-warnings=0 .",