From 010fc23db205d1fb938cbe8ee8b4e14f197756c7 Mon Sep 17 00:00:00 2001 From: aabidsofi19 <65964225+aabidsofi19@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:08:21 +0530 Subject: [PATCH] Revert "Fix: package.json module field" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f397c1bf..6d17bd846 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "git+ssh://git@github.com/layer5io/sistent.git" }, "main": "./dist/index.js", - "module": "./dist/index.mjs", + "module": "./dist/index..js", "types": "./dist/index.d.ts", "files": [ "dist"