From f8554f0ac0ab7b8640cf8c73eb9d512bf0576d70 Mon Sep 17 00:00:00 2001 From: "Dimitrios C. Michalakos" Date: Tue, 30 Aug 2022 16:28:34 +0300 Subject: [PATCH] chore: set publishConfig access to "public" --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 71794d7..da03a74 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,9 @@ "url": "https://github.com/jmike" } ], + "publishConfig": { + "access": "public" + }, "sideEffects": false, "types": "./build/index.d.ts", "main": "./build/node/cjs/index.js",