diff --git a/package.json b/package.json index 9ae8024..a66abec 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "Convert string to enum type with TypeScript ⚡️", "main": "lib/index.js", "types": "lib/index.d.ts", + "publishConfig": { + "access": "public" + }, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs",