From e37e748cf5a2c67b738b4129f178824f1c597d9a Mon Sep 17 00:00:00 2001 From: Max Metral Date: Wed, 31 Jan 2024 14:20:34 -0500 Subject: [PATCH] Update package.json with MIT license --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6444fe1..98fdc79 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "author": "Developers ", - "license": "UNLICENSED", + "license": "MIT", "packageManager": "yarn@3.6.4", "scripts": { "build": "tsc -p tsconfig.build.json",