From fb93f167b5f9887c82af4b58aa44d301a924d678 Mon Sep 17 00:00:00 2001 From: Piotr Goszczynski Date: Wed, 20 Nov 2024 15:47:21 +0100 Subject: [PATCH] build: fix release visibility --- README.md | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88741fc..3db1aa3 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ Tool to generate ARCHITECTURE file with mono repo diagrams with single command ## Usage ```bash -npx arch-gen +npx @tonik/arch-gen ``` diff --git a/package.json b/package.json index e205f9d..926974c 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,9 @@ "typescript": "^5.2.2", "vitest": "^2.0.0" }, + "publishConfig": { + "access": "public" + }, "engines": { "node": "20 || >=22" }