From 1408b26b06ccab3ce99f85ebdd310c73728b6a5f Mon Sep 17 00:00:00 2001 From: Khaled Garbaya Date: Mon, 14 Oct 2019 17:44:15 -0700 Subject: [PATCH] fix(packager): Change mjs to module.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f67b411..d089ec9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Khaled Garbaya ", "license": "MIT", "source": "src/index.js", - "module": "dist/index.mjs", + "module": "dist/index.module.js", "unpkg": "dist/index.umd.js", "scripts": { "build": "microbundle",