Skip to content

Commit 45880fc

Browse files
committed
Transpile f0993c1
1 parent defec00 commit 45880fc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",
8-
"!/mocks",
9-
"!/examples"
8+
"!/mocks/**/*"
109
],
1110
"scripts": {
1211
"prepare": "bash ../scripts/prepare-contracts-package.sh",

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"files": [
77
"/contracts/**/*.sol",
88
"/build/contracts/*.json",
9-
"!/contracts/mocks",
10-
"!/contracts/proxy",
11-
"/test/behaviors"
9+
"!/contracts/mocks/**/*"
1210
],
1311
"bin": {
1412
"openzeppelin-contracts-migrate-imports": "scripts/migrate-imports.js"

0 commit comments

Comments
 (0)