diff --git a/package.json b/package.json index a47be205..4cc251ef 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "main": "dist/main/index.js", "typings": "dist/main/index.d.ts", - "module": "dist/module/index.mjs", + "module": "dist/module/index.js", "files": [ "dist/**/*.{js,ts}", "LICENSE",