From 5bd907e2a5cff5baf542a280b91eda470c7db2fa Mon Sep 17 00:00:00 2001 From: oliverpool <3864879+oliverpool@users.noreply.github.com> Date: Tue, 13 Oct 2020 20:09:46 +0200 Subject: [PATCH 1/2] Rename MIT-LICENSE.txt to LICENSE --- MIT-LICENSE.txt => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename MIT-LICENSE.txt => LICENSE (100%) diff --git a/MIT-LICENSE.txt b/LICENSE similarity index 100% rename from MIT-LICENSE.txt rename to LICENSE From 847f008d9463a8fe426d5456abe901e21b6e23c6 Mon Sep 17 00:00:00 2001 From: oliverpool <3864879+oliverpool@users.noreply.github.com> Date: Wed, 14 Oct 2020 10:34:48 +0200 Subject: [PATCH 2/2] Rename MIT-LICENSE.txt to LICENSE --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81435ed39..0cdde2172 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dist", "types/index.d.ts", "README.md", - "MIT-LICENSE.txt" + "LICENSE" ], "typings": "types/index.d.ts", "types": "types/index.d.ts",