Update readme/package.json
This commit is contained in:
parent
8678f48dd5
commit
1845268ed0
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
[![codecov](https://codecov.io/gh/ChainSafe/lodestar/branch/master/graph/badge.svg)](https://codecov.io/gh/ChainSafe/lodestar)
|
[![codecov](https://codecov.io/gh/ChainSafe/lodestar/branch/master/graph/badge.svg)](https://codecov.io/gh/ChainSafe/lodestar)
|
||||||
![ETH2.0_Spec_Version 1.0.0](https://img.shields.io/badge/ETH2.0_Spec_Version-1.0.0-2e86c1.svg)
|
![ETH2.0_Spec_Version 1.0.0](https://img.shields.io/badge/ETH2.0_Spec_Version-1.0.0-2e86c1.svg)
|
||||||
![ES Version](https://img.shields.io/badge/ES-2017-yellow)
|
![ES Version](https://img.shields.io/badge/ES-2022-yellow)
|
||||||
![Node Version](https://img.shields.io/badge/node-12.x-green)
|
![Node Version](https://img.shields.io/badge/node-14.8-green)
|
||||||
|
|
||||||
Javascript library for BLS (Boneh-Lynn-Shacham) signatures and signature aggregation, tailored for use in Eth2.
|
Javascript library for BLS (Boneh-Lynn-Shacham) signatures and signature aggregation, tailored for use in Eth2.
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
"name": "@chainsafe/bls",
|
"name": "@chainsafe/bls",
|
||||||
"version": "6.0.3",
|
"version": "6.0.3",
|
||||||
"description": "Implementation of bls signature verification for ethereum 2.0",
|
"description": "Implementation of bls signature verification for ethereum 2.0",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14.8.0"
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
|
Reference in New Issue