Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies, fix #10 #13

Closed
wants to merge 10 commits into from

Conversation

jaeh
Copy link

@jaeh jaeh commented Dec 1, 2019

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
Copy link
Member

fanatid commented Dec 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not work on Node 12
2 participants