From f9b304cba33fe29af807ebd695f857f47191c7bb Mon Sep 17 00:00:00 2001 From: Markeljan Sokoli Date: Wed, 15 Jan 2025 10:29:13 -0500 Subject: [PATCH] fix module resolution --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dafea5..0ca35f6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "chain-signatures" ], "main": "dist/cjs/index.js", - "module": "dist/mjs/index.js", + "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "files": [ "dist/**/*"