Skip to content

Commit

Permalink
update file section in contracts/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Oct 10, 2024
1 parent f424afb commit 4a01062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"files": [
"**/*.sol",
"/build/contracts/*.json",
"!/mocks/**/*"
"!/mocks/**/*",
"!/vendor/erc4337-entrypoint/**/*"
],
"scripts": {
"prepack": "bash ../scripts/prepack.sh",
Expand Down

0 comments on commit 4a01062

Please sign in to comment.