From 3767a03d2686d0578684853a95e968fb3a15b493 Mon Sep 17 00:00:00 2001 From: Joshua Byrd Date: Tue, 1 Mar 2022 08:13:23 +1000 Subject: [PATCH] Fix #135 properly Leaving ./ in there will still cause a warning I reckon as seen in #135 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f1d6f2..7dfa0a1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "import": "./modules/index.js", "default": "./tslib.js" }, - "./*": "./*", - "./": "./" + "./*": "./*" } }