urbit / urbit-key-generation

Key derivation and HD wallet generation functions for Urbit
MIT License
15 stars 8 forks source link

Bundle for both node and browser explicitly #33

Closed jtobin closed 5 years ago

jtobin commented 5 years ago

Bundles the library both as plain CommonJS (via main) and as UMD (via browserify, with bundle indicated via browser), allowing it to easily be used in both node (by a standard require) and in the browser (via rollup).

Also strips out unnecessary dependencies, mostly those supporting jest. Uses the lighter mocha (which was already being used to drive the property tests anyway) to drive the tests instead.