From 16e79e50a1741eb44f5e68d950ab363b36d36f93 Mon Sep 17 00:00:00 2001 From: Sai Kumar Battinoju Date: Wed, 13 Sep 2023 18:00:33 +0530 Subject: [PATCH] chore: make package public --- 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",