cryptocoinjs / keccak

Keccak sponge function family
MIT License
87 stars 24 forks source link

update dependencies, fix #10 #13

Closed jaeh closed 5 years ago

jaeh commented 5 years ago

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

fanatid commented 5 years ago

Thank you! Squashed & merged to f545a8d and published as 2.1.0