From 69d9626666b3b42b4fdbf785b2ddd7bdeb2a698f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Gutierrez?= Date: Wed, 27 Dec 2023 21:56:07 -0300 Subject: [PATCH] chore: add registry to package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f8afd5d..ff71821 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "url": "git+https://github.com/vyrnnstudios/messages.git" }, "publishConfig": { + "registry": "https://registry.npmjs.org", "access": "public", "tag": "latest" },