This commit is contained in:
Jordi Baylina
2021-10-06 15:18:07 +02:00
parent 2cd741bdff
commit 458ab087d7
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "circom_tester",
"version": "0.0.4",
"version": "0.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "circom_tester",
"version": "0.0.4",
"version": "0.0.5",
"license": "GPL-3.0",
"dependencies": {
"chai": "^4.3.4",

View File

@@ -1,6 +1,6 @@
{
"name": "circom_tester",
"version": "0.0.4",
"version": "0.0.5",
"description": "Tools for testing circom circuits.",
"main": "index.js",
"scripts": {