Skip to content

Commit

Permalink
chore(contracts): make main package.json private
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Aug 29, 2024
1 parent 7816e81 commit e243cf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "contract-extensions",
"description": "Solidity contracts to enhance Semaphore with extra features and customization.",
"publishConfig": {
"access": "public"
},
"private": "true",
"scripts": {
"dev": "hardhat node & yarn deploy --network localhost",
"compile": "hardhat compile",
Expand Down

0 comments on commit e243cf0

Please sign in to comment.