Static Analysis: improvements of messages, similar var names ignore prefixed…
Static Analysis: improvements of messages, similar var names ignore prefixed with underscore as suggested by chriseth
Showing
... | ... | @@ -45,7 +45,8 @@ |
"watchify": "^3.9.0", | ||
"web3": "^0.18.0", | ||
"webworkify": "^1.2.1", | ||
"yo-yo": "^1.2.2" | ||
"yo-yo": "^1.2.2", | ||
"fast-levenshtein": "^2.0.6" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
Please
register
or
sign in
to comment