From 3795250d41bfd192824d779361a8988ef596e98b Mon Sep 17 00:00:00 2001 From: Luke Farrell Date: Tue, 4 Oct 2022 15:39:31 +0200 Subject: [PATCH] fix(access): added publish config for public access --- package.json | 3 +++ 1 file changed, 3 insertions(+) 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",