We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defec00 commit 45880fcCopy full SHA for 45880fc
contracts/package.json
@@ -5,8 +5,7 @@
5
"files": [
6
"**/*.sol",
7
"/build/contracts/*.json",
8
- "!/mocks",
9
- "!/examples"
+ "!/mocks/**/*"
10
],
11
"scripts": {
12
"prepare": "bash ../scripts/prepare-contracts-package.sh",
package.json
@@ -6,9 +6,7 @@
"/contracts/**/*.sol",
- "!/contracts/mocks",
- "!/contracts/proxy",
- "/test/behaviors"
+ "!/contracts/mocks/**/*"
13
"bin": {
14
"openzeppelin-contracts-migrate-imports": "scripts/migrate-imports.js"
0 commit comments