fix: add missing module package.json field
[poolifier.git] / package.json
index 26953ccb57f466a1136599a3d9f04dfcc55f17e4..78fbbf6ea439f701e2fb3e2d13bcb09f7d08532e 100644 (file)
@@ -6,6 +6,7 @@
   "license": "MIT",
   "type": "module",
   "main": "./lib/index.cjs",
+  "module": "./lib/index.mjs",
   "types": "./lib/index.d.ts",
   "exports": {
     ".": {