Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharm committed Aug 11, 2024
1 parent bdbcdea commit 60b0e9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "blstoise",
"version": "0.0.0",
"version": "1.0.0",
"description": "toy bls12-381 implementation",
"main": "dist/src/index.js",
"files": ["dist/**/*", "!dist/test"],
"files": [
"dist/**/*",
"!dist/test"
],
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 60b0e9c

Please sign in to comment.