Skip to content

Commit 06bb22a

Browse files
committed
update allow-scripts config
1 parent 4c1afa1 commit 06bb22a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,9 @@
6262
"lavamoat": {
6363
"allowScripts": {
6464
"@lavamoat/preinstall-always-fail": false,
65-
"sha3": true,
66-
"secp256k1": true,
67-
"keccak": true,
68-
"fsevents": true,
69-
"eth-sig-util>ethereumjs-abi>ethereumjs-util>keccakjs>sha3": false,
70-
"ethereumjs-util>keccak": false,
71-
"ethereumjs-util>secp256k1": false
65+
"eth-sig-util>ethereumjs-abi>ethereumjs-util>keccakjs>sha3": true,
66+
"ethereumjs-util>keccak": true,
67+
"ethereumjs-util>secp256k1": true
7268
}
7369
}
7470
}

0 commit comments

Comments
 (0)