browserify / createHash

Node style hashes for use in the browser, with native hash functions in node
MIT License
53 stars 34 forks source link

does this need to be a major bump? #21

Closed calvinmetcalf closed 6 years ago

calvinmetcalf commented 6 years ago

in the most recent version we got rid of md5.js, which some things were depending on, and while I believe none of the ones we have do anymore things might still

calvinmetcalf commented 6 years ago

the other easeir thing might just be to put a md5.js file in there that uses the md5 module

calvinmetcalf commented 6 years ago

see #22

dcousens commented 6 years ago

No major bump required if the API was restored.