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

Commit

Permalink
Release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 30, 2021
1 parent 0d50b0e commit 9b9be77
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "@noble/bls12-381",
"version": "1.0.2",
"version": "1.1.0",
"description": "Fastest JS implementation of BLS12-381. Auditable, secure, 0-dependency aggregated signatures & pairings",
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"math.js",
"math.d.ts"
"lib"
],
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest test/*.test.ts",
"build": "tsc -d && tsc -p tsconfig.esm.json",
Expand Down

0 comments on commit 9b9be77

Please sign in to comment.