From 5fb9913cfb749c6c35f15e745508940ecfdd5bd4 Mon Sep 17 00:00:00 2001 From: xion Date: Thu, 10 Oct 2024 00:45:30 +0800 Subject: [PATCH] fix: fix publish config --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 05354ca..255dc93 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "envision command tools", "main": "dist/index.js", "type": "module", + "private": false, "bin": { "envision": "./bin/envision" }, @@ -43,5 +44,8 @@ }, "engines": { "node": ">=18.0.0" + }, + "publishConfig": { + "access": "public" } } \ No newline at end of file