From f7180e93102d5eb78ef6d3941dcac11945cc0131 Mon Sep 17 00:00:00 2001 From: Steven Spriggs Date: Tue, 30 Jul 2024 15:23:18 -0400 Subject: [PATCH] chore: add publishConfig to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 06d7df7..23b429a 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,10 @@ "Benny Powers ", "Steven Spriggs " ], + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "license": "MIT", "bugs": { "url": "https://github.com/RedHat-UX/red-hat-icons/issues"