js-ipld-ethereum
js-ipld-ethereum copied to clipboard
Rename all modules in `util` from camel case to hyphen
The modules in util
are currently named with camel case. The Node.js modules are normally named with a hyphen, e.g. cid-from-hash
. Rename all modules in utils
to use hyphens instead of camel case.