Skip to content

Commit

Permalink
fix: set npm publish config to public access
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand authored Jul 18, 2024
1 parent 51ada2b commit c62e22a
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 @@ -13,5 +13,6 @@
"type": "git",
"url": "git+https://github.com/1024pix/npm-package.git"
},
"homepage": "https://github.com/1024pix/npm-package#readme"
"homepage": "https://github.com/1024pix/npm-package#readme",
"publishConfig": { "access": "public" }
}

0 comments on commit c62e22a

Please sign in to comment.