Skip to content

Commit

Permalink
Update publish config (#15)
Browse files Browse the repository at this point in the history
`publishConfig` was missing `access: 'public'`.
  • Loading branch information
Mrtenz authored Mar 8, 2024
1 parent 2a586e2 commit 01426ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
"node": ">=16.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"lavamoat": {
"allowScripts": {
Expand Down

0 comments on commit 01426ad

Please sign in to comment.