Fix package.json files field

This commit is contained in:
Francisco Giordano
2021-02-24 00:35:47 -03:00
parent 4519c237c5
commit 735c03fcf3
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",