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

browser: force newer version of safe-buffer to fix bundling #10

Merged
merged 1 commit into from
Jun 7, 2017

Conversation

kjvalencik
Copy link
Contributor

@kjvalencik kjvalencik commented Jun 7, 2017

Fixes #9

The issue is that if another dependency is requiring safe-buffer@5.0.1 (e.g., with ~5.0.1 instead of ^5.0.1) it may be deduped and use the older version. However, it's important to have the newer version for randombytes.

@calvinmetcalf calvinmetcalf merged commit bc69d83 into browserify:master Jun 7, 2017
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.

2 participants