fix: fix publish config
This commit is contained in:
parent
ef21829ffe
commit
5fb9913cfb
@ -4,6 +4,7 @@
|
|||||||
"description": "envision command tools",
|
"description": "envision command tools",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"private": false,
|
||||||
"bin": {
|
"bin": {
|
||||||
"envision": "./bin/envision"
|
"envision": "./bin/envision"
|
||||||
},
|
},
|
||||||
@ -43,5 +44,8 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user