This commit is contained in:
Jordi Baylina 2020-03-26 22:44:32 +01:00
parent 3986bab409
commit a50a3a50ba
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
3 changed files with 1063 additions and 322 deletions

View File

@ -1,7 +1,4 @@
module.exports = {
"plugins": [
"mocha"
],
"env": {
"es6": true,
"node": true,
@ -27,7 +24,6 @@ module.exports = {
"semi": [
"error",
"always"
],
"mocha/no-exclusive-tests": "error"
]
}
};

1374
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,14 +32,13 @@
"chai": "^4.2.0",
"circom_runtime": "0.0.3",
"escape-string-regexp": "^1.0.5",
"eslint": "^5.16.0",
"keccak": "^2.0.0",
"r1csfile": "0.0.1",
"yargs": "^12.0.5"
},
"devDependencies": {
"eslint-plugin-mocha": "^5.3.0",
"eslint": "^6.8.0",
"lodash": "^4.17.15",
"mocha": "^5.2.0"
"mocha": "^7.1.1"
}
}