Skip to content

Commit

Permalink
chore: remove private from package.json
Browse files Browse the repository at this point in the history
chore: set publish config to public
  • Loading branch information
andreivladbrg committed Dec 6, 2024
1 parent 1744858 commit ba8c67a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@
"peerDependencies": {
"@prb/math": "4.1.x"
},
"private": true,
"publishConfig": {
"access": "restricted"
"access": "public"
},
"scripts": {
"benchmark": "bun run build:optimized && FOUNDRY_PROFILE=benchmark forge test --mt testGas && bun run prettier:write",
Expand Down

0 comments on commit ba8c67a

Please sign in to comment.