From 191c82d9b441e26cf43f81041376dbf5ecdc1647 Mon Sep 17 00:00:00 2001
From: Dragan Filipovic <dragan.filipovic@netcentric.biz>
Date: Fri, 28 May 2021 00:37:06 +0200
Subject: [PATCH] fix: change npm to public

---
 package.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package.json b/package.json
index 92e533b..0298474 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,10 @@
     "./README.md",
     "LICENSE"
   ],
+  "private": false,
+  "publishConfig": {
+    "access": "public"
+  },
   "dependencies": {
     "command-exists": "1.2.9",
     "node-cmd": "4.0.0",