chore: add access public to publish config in package.json

This commit is contained in:
Nicola Zambello 2022-04-28 17:18:17 +02:00
parent aaf7ca2ea4
commit 6cfe4df5d5
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -1,4 +1,7 @@
{
"publishConfig": {
"access": "public"
},
"version": "1.0.1",
"license": "MIT",
"main": "dist/index.js",