From ff6dd67a8db4b87edd952b65f51b04cfd91132c3 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 5 Aug 2020 18:45:00 +0200 Subject: [PATCH] change license field in manifest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34d8227b..e2cb1902 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "git+https://github.com/bwindels/brawl-chat.git" }, "author": "Bruno Windels", - "license": "ISC", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/bwindels/brawl-chat/issues" },