From 0dc1220e50446715debb0fda8795c4dc4a2ae776 Mon Sep 17 00:00:00 2001 From: Najmus Sakib Date: Mon, 16 Dec 2024 15:58:36 +0600 Subject: [PATCH] chore: Add publishConfig to package.json for public access --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f803cbe..de54c00 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,8 @@ "repository": { "type": "git", "url": "git+https://github.com/AppifyLab/eslint-plugin.git" + }, + "publishConfig": { + "access": "public" } } \ No newline at end of file