From d804bb95b6d22f14a9da77c3bfb04ff783c7875f Mon Sep 17 00:00:00 2001 From: Petar Todorovic Date: Wed, 9 Jul 2025 11:14:31 +0200 Subject: [PATCH] fix: add publishConfig --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 918e0b5..b904f5f 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,10 @@ ], "author": "", "license": "ISC", + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "peerDependencies": { "@faker-js/faker": "^9", "msw": "^2"