Add default public access as publish config.
This commit is contained in:
parent
f512675906
commit
b6411c9401
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
"repository": "https://git.madeorsk.com/Sharkitek/core",
|
"repository": "https://git.madeorsk.com/Sharkitek/core",
|
||||||
"author": "Madeorsk <madeorsk@protonmail.com>",
|
"author": "Madeorsk <madeorsk@protonmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
|
Loading…
Reference in a new issue