Skip to content

Commit 066c57b

Browse files
add util.promisify as a dependency to blockchain
1 parent acee9f7 commit 066c57b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/blockchain/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"level-mem": "^3.0.1",
4545
"lru-cache": "^5.1.1",
4646
"rlp": "^2.2.3",
47-
"semaphore": "^1.1.0"
47+
"semaphore": "^1.1.0",
48+
"util.promisify": "^1.0.1"
4849
},
4950
"devDependencies": {
5051
"@ethereumjs/config-nyc": "^1.1.1",

0 commit comments

Comments
 (0)