diff --git a/package.json b/package.json index 362fee10..f378faff 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "module": "dist/index.mjs", "type": "module", "types": "dist/index.d.ts", + "publishConfig": { + "access": "public" + }, "files": [ "dist" ],