diff --git a/package.json b/package.json index 8e63a59..e6c6755 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "license": "MIT", "author": "Wijnand Modderman-Lenstra", "main": "dist/index.js", - "module": "dist/index.mjs", + "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" @@ -23,7 +23,7 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", + "import": "./dist/index.js", "require": "./dist/index.js" } },