agnoster / base32-js

Base32 encoding for JavaScript, based (loosely) on Crockford's Base32
https://github.com/agnoster/base32-js
MIT License
121 stars 61 forks source link

optimist dependency necessary? #8

Closed lsegal closed 10 years ago

lsegal commented 10 years ago

I see optimist is defined as a runtime dependency on this library, but I don't see it used. Is it needed, or perhaps it's just an artifact of an old commit?

agnoster commented 10 years ago

It's used by the commandline utility, see https://github.com/agnoster/base32-js/blob/master/bin/base32.js