From b0f4ede01ff4d943c3b90e033b37c06ce0fb43fd Mon Sep 17 00:00:00 2001 From: Gyarbij <49493993+Gyarbij@users.noreply.github.com> Date: Sun, 13 Mar 2022 14:03:15 +0100 Subject: [PATCH] Set package license to MIT --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index c17d302b..9906437f 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,7 @@ "lint": "eslint ." }, "author": "Chono Nanton", - "license": "GPL", + "license": "MIT", "dependencies": { "debug": "^4.3.3", "express": "^4.17.3",