From 4ba25dedb3d5ae15c22fd0ea0555116055630966 Mon Sep 17 00:00:00 2001 From: pradeep singh Date: Sat, 2 May 2020 12:04:31 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b61ea6b..b9d4262 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "React Native Library for securely storing keys to iOS and Android devices in KeyChain and KeyStore respectively.", "main": "index.js", "publishConfig": { - "registry": "https://npm.pkg.github.com/" + "registry": "https://registry.npmjs.org" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"