Fix keypairs
module reference in lib/rsa.js
#5
Loading…
Reference in New Issue
No description provided.
Delete Branch "(deleted):204-requirefix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
rsa-compat
tries torequire
a module calledKeypairs
but fails horribly as it should not be capitalized and should instead bekeypairs
. This results in the currently released v2.0.4 failing horribly as soon as any other application tries to utilize it.Thanks. I ran the tests on my mac and didn't catch the typo.
I would have merged in your commit, but I had a comment from someone else and fixed it before I saw this.
Pull request closed