From a516fe8d4be1aed3500a7ecc823b68d50b753b61 Mon Sep 17 00:00:00 2001 From: Conicaw Date: Wed, 5 Jul 2023 17:59:40 -0500 Subject: [PATCH] build: set publishConfig access public Set publishConfig access public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index c88812a..f727a34 100644 --- a/package.json +++ b/package.json @@ -65,5 +65,8 @@ "repository": { "type": "git", "url": "https://github.com/ttshivers/nestjs-http-promise" + }, + "publishConfig": { + "access": "public" } }