From d6a2d6915ff5a2c9c2053a595e70588679cfb4b1 Mon Sep 17 00:00:00 2001 From: Leonel Sanches da Silva <53848829+leonelsanchesdasilva@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:02:14 -0800 Subject: [PATCH] =?UTF-8?q?For=C3=A7ando=20`publishConfig`=20para=20evitar?= =?UTF-8?q?=20problemas=20com=20automa=C3=A7=C3=B5es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 7fd0f021..2ec35696 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,10 @@ "url": "https://github.com/DesignLiquido/delegua/issues" }, "homepage": "https://github.com/DesignLiquido/delegua#readme", + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org" + }, "devDependencies": { "@babel/preset-env": "^7.20.2", "@rollup/plugin-babel": "^6.0.4",