indutny / asn1.js

ASN.1 Decoder/Encoder/DSL
MIT License
181 stars 64 forks source link

bn.js is marked as optionalDependency but not treated as such #48

Closed trevan closed 9 years ago

trevan commented 9 years ago

If you install asn1.js without the optional dependencies (--no-optional), the bn.js dependency isn't installed but then asn1.js fails to work because it expects it to exist in https://github.com/indutny/asn1.js/blob/master/lib/asn1.js#L3. Either treat is optional or mark it as required.

indutny commented 9 years ago

Fixed, sorry about this!