From b02d8524ce7173d4278c2d495d51af714ca0670c Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 15 Oct 2024 19:13:18 +0200 Subject: [PATCH] Correctly set license to BSD-3-Clause in package.json Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32dd76b..3f4f797 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", - "license": "MIT", + "license": "BSD-3-Clause", "author": "Vincent Le Goff (https://github.com/zekth)", "repository": { "type": "git",