diff --git a/package.json b/package.json index a89d084..d9d46fc 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "src" ], "type": "module", + "publishConfig": { + "access": "public" + }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts",