fix: fix publish config

This commit is contained in:
熊潇 2024-10-10 00:45:30 +08:00
parent ef21829ffe
commit 5fb9913cfb

View File

@ -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"
}
}