From 0db8983950e43f37f6310ae568e4d4b1b11f727a Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Tue, 26 Mar 2024 18:21:23 +0300 Subject: [PATCH] build: set access public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a5f76cf..3fe469d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "@webpod/ps", "version": "0.0.0", "description": "A process lookup utility", + "publishConfig": { + "access": "public" + }, "type": "module", "main": "target/cjs/index.cjs", "exports": {