electusvoting
Advanced tools
Comparing version 2.5.3 to 2.5.4
{ | ||
"name": "electusvoting", | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"description": "Standard implementation and interface for Voting", | ||
@@ -16,14 +16,18 @@ "main": "index.js", | ||
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check", | ||
"lint:sol": "solhint contracts/**/*.sol", | ||
"lint:js": "eslint test/**/*.js" | ||
"lint:sol": "prettier --write contracts/**/*.sol", | ||
"lint:js": "eslint --fix test/**/*.js" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix test/**/*.js", | ||
"prettier --write", | ||
"npm run lint:js --", | ||
"prettier --write **/*.js", | ||
"git add" | ||
], | ||
"*.sol": [ | ||
"prettier --write **/*.sol", | ||
"npm run lint:sol --", | ||
"git add" | ||
], | ||
"*.{json,css}": [ | ||
"prettier --write **/*.json", | ||
"git add" | ||
] | ||
@@ -65,3 +69,3 @@ }, | ||
"dependencies": { | ||
"membershipverificationtoken": "^2.5.4", | ||
"membershipverificationtoken": "^2.5.5", | ||
"truffle-assertions": "^0.9.1" | ||
@@ -79,6 +83,8 @@ }, | ||
"eslint-plugin-standard": "^4.0.0", | ||
"husky": "^2.7.0", | ||
"lint-staged": "^8.2.1", | ||
"lint-staged": "^9.0.0", | ||
"husky": "^3.0.0", | ||
"prettier": "^1.18.2", | ||
"prettier-plugin-solidity": "^1.0.0-alpha.26", | ||
"solhint": "^2.1.0", | ||
"solhint-plugin-prettier": "0.0.3", | ||
"solidity-coverage": "^0.5.11", | ||
@@ -85,0 +91,0 @@ "truffle": "^5.0.25" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
149119
17