From c71e3ac0b47b6fc3c3a0381c77c90775c949983c Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:48:02 -0800 Subject: [PATCH] chore: set public access --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 748d8ca..f63d6a2 100755 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "releases": "https://github.com/the-holocron/threepio/releases", "wiki": "https://github.com/the-holocron/threepio/wiki", "license": "GPL-3.0", + "publishConfig": { + "access": "public" + }, "scripts": { "bootstrap": "lerna bootstrap -- --hoist", "lint": "lerna run lint",