js-ipld-ethereum icon indicating copy to clipboard operation
js-ipld-ethereum copied to clipboard

Rename all modules in `util` from camel case to hyphen

Open vmx opened this issue 6 years ago • 0 comments

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.

vmx avatar Jul 02 '18 12:07 vmx