Browse Source

0.0.2

fix/check-version v0.0.2
Jordi Baylina 2 years ago
parent
commit
e615bc3280
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      package-lock.json
  2. +1
    -1
      package.json

+ 2
- 2
package-lock.json

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

+ 1
- 1
package.json

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

Loading…
Cancel
Save