export the stuff, duh

This commit is contained in:
AJ ONeal 2018-11-21 01:23:37 -07:00
parent dd778848f9
commit fa640d7b77
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"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.",
"homepage": "https://git.coolaj86.com/coolaj86/uasn1.js",
"main": "index.js",