Fix package.json files field

(cherry picked from commit 735c03fcf3)
This commit is contained in:
Francisco Giordano
2021-02-24 00:35:47 -03:00
parent 4a1985f870
commit d5f4862405
2 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,7 @@
"files": [
"**/*.sol",
"/build/contracts/*.json",
"!/mocks",
"!/examples"
"!/mocks/**/*"
],
"scripts": {
"prepare": "bash ../scripts/prepare-contracts-package.sh",