From 3335a296b4f9744b1d51a32fad58a2e03a0405bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Tue, 10 Sep 2024 00:17:08 +0100 Subject: [PATCH] Add missing publish config to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index cb12b56..462efec 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,9 @@ "release": "release-it", "test": "jest --coverage --verbose" }, + "publishConfig": { + "access": "public" + }, "devDependencies": { "@uphold/github-changelog-generator": "^3.4.0", "eslint": "~8.20.0",