From 9cda529373e776d877cd6b6081410035c313c83e Mon Sep 17 00:00:00 2001 From: Levi Pesin <35454228+LeviPesin@users.noreply.github.com> Date: Sun, 8 Oct 2023 03:41:34 +1100 Subject: [PATCH] Fix license field Signed-off-by: Levi Pesin <35454228+LeviPesin@users.noreply.github.com> --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 68151dd..12b00c0 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "author": "Warriors Life", "version": "0.0.2", "description": "Simple ArrayBuffer memory allocator", - "license": "SEE LICENSE IN ../LICENSE", + "license": "MIT", "type": "module", "exports": "./index.js", "engines": {