From 70cdb4c65ecc4fd84241ef67949a0efd18b3e5e7 Mon Sep 17 00:00:00 2001 From: David Bailey <4248177+davidbailey00@users.noreply.github.com> Date: Fri, 15 Jan 2021 01:42:53 +0000 Subject: [PATCH] fix(package): add missing file --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c05b7829..22a240e4 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,8 @@ "files": [ "/dist", "/lib", - "index.d.ts" + "index.d.ts", + "index.mjs" ], "collective": { "type": "opencollective",