From 150233d26da8689ee4e7d3018e88ac98ed459881 Mon Sep 17 00:00:00 2001 From: Nico105 <63612668+Nico105@users.noreply.github.com> Date: Tue, 30 Nov 2021 18:18:42 +0100 Subject: [PATCH] fix - forgot to publish esm via package.json i hope the './' is valid --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 46a12f60..de38ef43 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "types": "typings/index.d.ts", "files": [ "src/", - "typings/" + "typings/", + "./esm.mjs" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1",