1
Fork 0

typescript(option): chore: explicitly set package to public

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-12-19 14:27:19 +02:00 committed by prescientmoon
parent 4ebe549c29
commit 17569d9417
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -9,6 +9,9 @@
"prebuild": "rimraf dist",
"build": "rollup -c rollup.config.ts"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],