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

Remove safe-buffer, Update Supported Node Versions #26

Closed
wants to merge 1 commit into from

Conversation

jharrilim
Copy link

Summary

This PR removes safe-buffer as it is no longer needed since the node versions which required it are EOL.
nodejs/node#4660 (comment)

As per the releases page, The tested versions will now include the following:

  • 8
  • 10
  • 11
  • 12

Also updated syntax to use const/let (can now be used as it has full support from 6.4 and up).

- remove support for nodejs versions that are unsupported
- update syntax to use const/let
@dougwilson
Copy link
Contributor

Thanks, but I want to support those Node.js versions.

@dougwilson dougwilson closed this Jun 2, 2019
@dougwilson dougwilson added the pr label Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants