Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Release 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 16, 2023
1 parent 7b951c3 commit 6406a76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "bls12-381-keygen",
"version": "0.2.1",
"version": "0.2.2",
"description": "Minimal & secure BLS12-381 Key Generation compatible with EIP-2333, EIP-2334",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
"index.d.ts",
"index.ts"
],
"scripts": {
"build": "tsc -d",
Expand Down

0 comments on commit 6406a76

Please sign in to comment.