1
0

export the stuff, duh

Dieser Commit ist enthalten in:
AJ ONeal 2018-11-21 01:23:37 -07:00
Ursprung dd778848f9
Commit fa640d7b77
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -65,3 +65,5 @@ ASN1.numToHex = function (d) {
} }
return d; return d;
}; };
module.exports = ASN1;

Datei anzeigen

@ -1,6 +1,6 @@
{ {
"name": "uasn1", "name": "uasn1",
"version": "0.7.0", "version": "0.7.1",
"description": "An insanely minimal ASN.1 builder for X.509 common schemas, specifically SEC1/X9.62 PKCS#8, SPKI/PKIX, PKCS#1 and CSR.", "description": "An insanely minimal ASN.1 builder for X.509 common schemas, specifically SEC1/X9.62 PKCS#8, SPKI/PKIX, PKCS#1 and CSR.",
"homepage": "https://git.coolaj86.com/coolaj86/uasn1.js", "homepage": "https://git.coolaj86.com/coolaj86/uasn1.js",
"main": "index.js", "main": "index.js",