From c4bdda4a5c5769507e8d5d270b5d7c6fd5e04b6d Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:00:47 +0530 Subject: [PATCH] =?UTF-8?q?feat:=20add=20publishConfig=20in=20`package.jso?= =?UTF-8?q?n`=20=F0=9F=95=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 3132a05..965c68b 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,10 @@ "engines": { "node": ">=14.15.0 <17" }, + "publishConfig": { + "registry": "https://registry.npmjs.org/", + "access": "public" + }, "repository": { "url": "git+https://github.com/maptiler/tileserver-gl.git", "type": "git"