Update readme/package.json

This commit is contained in:
Cayman 2022-04-25 04:21:01 -05:00
parent 8678f48dd5
commit 1845268ed0
No known key found for this signature in database
GPG Key ID: 54B21AEC3C53E1F5
2 changed files with 5 additions and 2 deletions

View File

@ -2,8 +2,8 @@
[![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)
![ES Version](https://img.shields.io/badge/ES-2017-yellow)
![Node Version](https://img.shields.io/badge/node-12.x-green)
![ES Version](https://img.shields.io/badge/ES-2022-yellow)
![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.

View File

@ -2,6 +2,9 @@
"name": "@chainsafe/bls",
"version": "6.0.3",
"description": "Implementation of bls signature verification for ethereum 2.0",
"engines": {
"node": ">=14.8.0"
},
"type": "module",
"exports": {
".": {