electusaction
Advanced tools
Comparing version 2.5.2 to 2.5.3
{ | ||
"name": "electusaction", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "Electus Action Framework", | ||
@@ -19,3 +19,3 @@ "main": "truffle-config.js", | ||
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check", | ||
"lint:sol": "solhint contracts/**/*.sol", | ||
"lint:sol": "prettier --write contracts/**/*.sol", | ||
"lint:js": "eslint --fix test/**/*.js" | ||
@@ -25,9 +25,13 @@ }, | ||
"*.js": [ | ||
"npm run lint:js", | ||
"prettier --write", | ||
"npm run lint:js --", | ||
"prettier --write **/*.js", | ||
"git add" | ||
], | ||
"*.sol": [ | ||
"npm run lint:sol", | ||
"npm run lint:sol --", | ||
"git add" | ||
], | ||
"*.{json,css}": [ | ||
"prettier --write **/*.json", | ||
"git add" | ||
] | ||
@@ -65,3 +69,3 @@ }, | ||
"dependencies": { | ||
"electusvoting": "^2.5.3" | ||
"electusvoting": "^2.5.4" | ||
}, | ||
@@ -78,6 +82,8 @@ "devDependencies": { | ||
"eslint-plugin-standard": "^4.0.0", | ||
"husky": "^2.7.0", | ||
"lint-staged": "^8.2.1", | ||
"husky": "^3.0.0", | ||
"lint-staged": "^9.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", | ||
@@ -84,0 +90,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
14669
17
Updatedelectusvoting@^2.5.4