diff --git a/package.json b/package.json index c6d107b..97d8404 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "MIT", "sideEffects": false, "type": "module", - "exports": "lib/index.js", + "main": "lib/index.js", "scripts": { "prepack": "npm run build", "start": "node lib/index.js",