From d61263e13f52183b46b3979e5c0374f1926d9ee2 Mon Sep 17 00:00:00 2001 From: shubhadip Date: Sun, 22 Oct 2023 08:48:59 +0530 Subject: [PATCH] fix: types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81184a7..3d35834 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "import": "./dist/svgicons.js", "require": "./dist/svgicons.cjs" }, - "./index": { + ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" }