diff --git a/lib/rsa.js b/lib/rsa.js index ae1b515..daee557 100644 --- a/lib/rsa.js +++ b/lib/rsa.js @@ -13,7 +13,7 @@ try { /* ignore */ } -var Keypairs = require('Keypairs'); +var Keypairs = require('keypairs'); var RSACSR = require('./rsa-csr'); var NOBJ = {}; var DEFAULT_BITLEN = 2048; diff --git a/package.json b/package.json index f4bf01b..05bd96a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsa-compat", - "version": "2.0.4", + "version": "2.0.5", "engines": { "node": ">=10.12" },