From 5be5ea9a24448245b6e8f99a3dfd684df9b21f87 Mon Sep 17 00:00:00 2001 From: Sai Kumar Battinoju <88789928+saikumarrs@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:02:16 +0530 Subject: [PATCH] chore: make package public (#38) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 293c2a7..8baece3 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "type": "git", "url": "https://github.com/rudderlabs/rudder-json-template-engine.git" }, + "publishConfig": { + "access": "public" + }, "devDependencies": { "@babel/eslint-parser": "^7.19.1", "@commitlint/cli": "^17.4.4",