Skip to content

Commit

Permalink
chore: set npm publish access to public
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Oct 18, 2024
1 parent 757425e commit fcef46c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@
"peerDependencies": {
"solid-js": ">=1.7.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
}
}

0 comments on commit fcef46c

Please sign in to comment.