From deff4220082da727719abf9489edb234af0c3b9d Mon Sep 17 00:00:00 2001 From: Govind S Date: Sat, 25 Oct 2025 17:46:49 +0530 Subject: [PATCH] fix registry config --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ec38234..29514f3 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,8 @@ "jest", "node-wiki", "wiki-node" - ] -} + ], + "publishConfig": { + "registry": "https://registry.npmjs.org" + } +} \ No newline at end of file