From 53dc11c0577fab091960607cfeb3ca95ece73bc0 Mon Sep 17 00:00:00 2001 From: Aurelien Franky Date: Mon, 14 Oct 2024 14:52:47 +0200 Subject: [PATCH] fix package json main and module --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7a71f89..af939d2 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "homepage": "https://github.com/au-re/rimless", "description": "event base communication made easy with a promise-based API wrapping `postMessage`", "type": "module", - "main": "lib/rimless.es.js", - "module": "lib/rimless.es.js", + "main": "lib/rimless.js", + "module": "lib/rimless.js", "types": "lib/index.d.ts", "files": [ "lib"