From ee495633e7b2297fa95a0d16119d4311378c20f7 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:06:09 -0500 Subject: [PATCH] fix: add publishConfig and bump version for npm release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - publishConfig.access public fixes scoped package publish failure - version bump 0.0.4 → 0.0.5 (0.0.4 already published to npm) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bf13f01..0263809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "@tacc/core-components", - "version": "0.0.4", + "version": "0.0.5", + "publishConfig": { + "access": "public" + }, "license": "MIT", "author": "TACC ACI WMA ", "contributors": [