Skip to content

Commit 76dba1f

Browse files
committed
fix: add publishConfig to package.json for public access
1 parent 0c847d5 commit 76dba1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"dependencies": {
2727
"adminforth": "latest"
2828
},
29+
"publishConfig": {
30+
"access": "public"
31+
},
2932
"release": {
3033
"plugins": [
3134
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)