set `"access": "public"` for publishing

This commit is contained in:
Felicio Mununga 2022-07-06 15:37:35 +02:00
parent 2a08d69cbc
commit c4f052f71a
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
3 changed files with 9 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"commit": false, "commit": false,
"fixed": [], "fixed": [],
"linked": [], "linked": [],
"access": "restricted", "access": "public",
"baseBranch": "main", "baseBranch": "main",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
"ignore": [] "ignore": []

View File

@ -47,5 +47,8 @@
"LICENSE-MIT", "LICENSE-MIT",
"LICENSE-APACHE-v2", "LICENSE-APACHE-v2",
"package.json" "package.json"
] ],
"publishConfig": {
"access": "public"
}
} }

View File

@ -76,5 +76,8 @@
"LICENSE-MIT", "LICENSE-MIT",
"LICENSE-APACHE-v2", "LICENSE-APACHE-v2",
"package.json" "package.json"
] ],
"publishConfig": {
"access": "public"
}
} }