From 4329b841f4451a32c84b04aef5755d540e8ae9aa Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 24 Aug 2023 20:07:37 +0100 Subject: [PATCH] build: configure publish access --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b222347..925423e 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ }, "author": "Oliver Davies", "license": "MIT", + "publishConfig": { + "access": "public" + }, "devDependencies": { "tailwindcss": "^3.3.3" }