From 3f795b30820ab5430710bd0a2a06f80d401900cd Mon Sep 17 00:00:00 2001 From: Eric King Date: Sun, 1 Dec 2024 10:42:27 -0600 Subject: [PATCH] chore: added `publishConfig` --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f793b9f..bbdcef9 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "luhn" ], "author": "Eric King (https://webdeveric.com/)", + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "git+ssh://git@github.com/webdeveric/validation-algorithms.git"