Fix keypairs module reference in lib/rsa.js #5

Stängd
Ghost vill sammanfoga 1 incheckningar från s[2]s in i master
First-time contributor

rsa-compat tries to require a module called Keypairs but fails horribly as it should not be capitalized and should instead be keypairs. This results in the currently released v2.0.4 failing horribly as soon as any other application tries to utilize it.

`rsa-compat` tries to `require` a module called `Keypairs` but fails horribly as it should not be capitalized and should instead be `keypairs`. This results in the currently released v2.0.4 failing horribly as soon as any other application tries to utilize it.
Ägare

Thanks. I ran the tests on my mac and didn't catch the typo.

Thanks. I ran the tests on my mac and didn't catch the typo.
coolaj86 closed this pull request 2019-03-15 03:44:14 +00:00
Ägare

I would have merged in your commit, but I had a comment from someone else and fixed it before I saw this.

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

Logga in för att delta i denna konversation.
No Reviewers
Ingen Etikett
2 Deltagare
Notiser
Förfallodatum
Inget förfallodatum satt.
Beroenden

No dependencies set.

Reference: coolaj86/rsa-compat.js#5
No description provided.