From e5c4f4f0847aa1100eb516ff3843deec3e4c555c Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 27 Jun 2023 00:03:09 -0400 Subject: [PATCH] fix: add publishConfig --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c48b46..fd55935 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,8 @@ "files": [ "lib/**", "templates/**" - ] + ], + "publishConfig": { + "access": "public" + } }