From 3981dc7abde051fd716087328a42e08b63a3dcc6 Mon Sep 17 00:00:00 2001 From: Mythie Date: Fri, 29 Sep 2023 12:05:53 +1000 Subject: [PATCH] fix: update publishConfig --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 85da869..d17d133 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "type": "git", "url": "git+https://github.com/documenso/nodemailer-resend.git" }, + "publishConfig": { + "access": "public" + }, "scripts": { "dev": "tsup --watch", "build": "tsup",