Commit d5f48624 by Francisco Giordano

Fix package.json files field

(cherry picked from commit 735c03fc)
parent 4a1985f8
......@@ -5,8 +5,7 @@
"files": [
"**/*.sol",
"/build/contracts/*.json",
"!/mocks",
"!/examples"
"!/mocks/**/*"
],
"scripts": {
"prepare": "bash ../scripts/prepare-contracts-package.sh",
......
......@@ -5,8 +5,7 @@
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json",
"!/contracts/mocks",
"/test/behaviors"
"!/contracts/mocks/**/*"
],
"bin": {
"openzeppelin-contracts-migrate-imports": "scripts/migrate-imports.js"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment