From 70f5b8dc4fd246fe9a14caf23d7c226c112c858c Mon Sep 17 00:00:00 2001 From: Andrei Dumitrescu <5057797+andreidmt@users.noreply.github.com> Date: Mon, 31 Jan 2022 00:19:52 +0100 Subject: [PATCH] fix: issue with wrong path in package.json "exports" field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0850df0..f057573 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "library" ], "type": "module", - "exports": "dist/index.js", + "exports": "./dist/index.js", "sideEffects": false, "files": [ "/dist"