some of the updated dependencies require node 6,
the package.json said >= 6.0.0,
but,
it builds on node 5.12.0 on my machine and on travis.
so i reduced the version to 5.12.0 in the package.json.
windows needs 6+ though.
added const and let everywhere.
please note that all npm audit errors are fixed now too.
fixes: #10 "on my machine and travis"
some of the updated dependencies require node 6, the package.json said >= 6.0.0, but, it builds on node 5.12.0 on my machine and on travis. so i reduced the version to 5.12.0 in the package.json. windows needs 6+ though.
added const and let everywhere.
please note that all npm audit errors are fixed now too.
travis build of my fork: https://travis-ci.com/bitcoinerswithoutborders/keccak
appveyor build: https://ci.appveyor.com/project/bitcoinerswithoutborders/keccak