From 42d2f25844d81b7977547567d0ac07cd1ea67d94 Mon Sep 17 00:00:00 2001 From: hmmh-dominik-saeume Date: Wed, 10 Jun 2026 15:44:56 +0200 Subject: [PATCH] Add License Meta Data in Package.json According to This project has no license. This adds in the license Identifier matching the LICENSE into the package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 04d975c..af4825d 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,6 @@ "oxfmt": "^0.33.0", "oxlint": "^1.48.0" }, - "packageManager": "pnpm@10.28.1" + "packageManager": "pnpm@10.28.1", + "license": "MIT" }