Add default public access as publish config.

This commit is contained in:
Madeorsk 2024-09-28 17:13:18 +02:00
parent f512675906
commit b6411c9401
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

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