From a84ac1b80d34ed893f155a1a19be9950915da52d Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Thu, 20 Apr 2023 15:40:53 +0300 Subject: [PATCH] fix: set access public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 28059f5..56d3e1b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "@semrel-extra/zx-semrel" ], "version": "1.21.2", + "publishConfig": { + "access": "public" + }, "description": "zx-based release script as semantic-release alternative (PoC)", "main": "./release.mjs", "type": "module",