feat: set blst as a dependency
This commit is contained in:
parent
42cbc2b1e4
commit
098780bc6c
|
@ -79,11 +79,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@chainsafe/bls-keygen": "^0.4.0",
|
||||
"@chainsafe/blst": "^0.2.4",
|
||||
"bls-eth-wasm": "^0.4.8",
|
||||
"randombytes": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chainsafe/blst": "^0.2.0",
|
||||
"@chainsafe/eslint-plugin-node": "^11.2.3",
|
||||
"@chainsafe/lodestar-spec-test-util": "^0.18.0",
|
||||
"@chainsafe/threads": "^1.9.0",
|
||||
|
@ -117,8 +117,5 @@
|
|||
"resolutions": {
|
||||
"mocha": "^9.2.2",
|
||||
"v8-profiler-next": "1.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@chainsafe/blst": "^0.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue