From f8bed51bc123ac26df86737ca15372439485e2a9 Mon Sep 17 00:00:00 2001 From: akshaypandey-d11 Date: Thu, 1 Aug 2024 16:36:46 +0530 Subject: [PATCH] publishing changed to npm --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b74a5c9..891f3ed 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,8 @@ }, "homepage": "https://github.com/dream-sports-labs/d11-react-native-mqtt.git#readme", "publishConfig": { - "registry": "https://npm.pkg.github.com" + "access": "public", + "registry": "https://registry.npmjs.org/" }, "resolutions": { "@types/react-native": "0.72.5",