This commit is contained in:
Jordi Baylina 2021-10-30 13:58:00 +02:00
parent fe43791f41
commit 3f84f4fbf7
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "circomlibjs",
"version": "0.0.8",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "circomlibjs",
"version": "0.0.8",
"version": "0.1.0",
"license": "GPL-3.0",
"dependencies": {
"blake-hash": "^2.0.0",

View File

@ -7,7 +7,7 @@
"import": "./main.js",
"require": "./build/main.cjs"
},
"version": "0.0.8",
"version": "0.1.0",
"description": "Javascript library to work with circomlib",
"scripts": {
"test": "mocha",