This commit is contained in:
Jordi Baylina 2020-10-21 10:22:19 +02:00
parent f746a103d4
commit 94bb8d83fe
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "snarkjs",
"version": "0.3.35",
"version": "0.3.36",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,7 +1,7 @@
{
"name": "snarkjs",
"type": "module",
"version": "0.3.35",
"version": "0.3.36",
"description": "zkSNARKs implementation in JavaScript",
"main": "./build/main.cjs",
"module": "./main.js",