v2.0.5: fixed case typo (didn't affect tests on my mac)
This commit is contained in:
parent
fd6a46e88a
commit
e822c625c5
|
@ -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;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rsa-compat",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"engines": {
|
||||
"node": ">=10.12"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue