From 9e5651deece1fa11053cd77082d0c740bc652f3d Mon Sep 17 00:00:00 2001 From: Vladislav Tupikin Date: Mon, 4 Mar 2024 02:29:20 +0400 Subject: [PATCH] CI/CD Changes --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4132ef0..946aeb6 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "type": "git", "url": "git+https://github.com/MrRefactoring/confluence.js.git" }, + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, "main": "out/index.js", "types": "out/index.d.ts", "scripts": {