diff --git a/package.json b/package.json
index 8db779c3f061a47ae79f910c8214a076d8dc304d..ff61f1483d2e958c95a8aaf93c147370d98609d4 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "description": "JSON-Schema + fake data generators",
   "homepage": "http://json-schema-faker.js.org",
   "main": "dist/index.js",
-  "module": "dist/index.mjs",
+  "module": "dist/index.esm.js",
   "unpkg": "dist/bundle.umd.min.js",
   "browser": "dist/index.umd.min.js",
   "scripts": {