From 5a40cc4941238bb417d15504257c290996f31242 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:47:44 -0400 Subject: [PATCH] Updated Licence Type --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e7429c..4aa3fe8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": "./source/discord-bot.ts", "author": "Poixpixel", - "license": "ISC", + "license": "Apache-2.0", "type": "module", "scripts": { "compile": "npx tsc",