From 1d9b71d11571419022f6b9c8eaa25e9fce4e687a Mon Sep 17 00:00:00 2001 From: Choro Abdymanapov Date: Mon, 30 Jan 2023 10:54:13 +0300 Subject: [PATCH] fix: make publish access public (#3) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 93ea457..2733cea 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.0", "description": "Topological sort of directed ascyclic graphs (like dependecy lists)", "main": "src/main/js/index.js", + "publishConfig": { + "access": "public" + }, "scripts": { "style": "eslint src", "style:fix": "yarn style --fix",