browserify / sha.js

Streamable SHA hashes in pure javascript
Other
288 stars 60 forks source link

bin.js requires ./browserify which does not exist #60

Open BarrensZeppelin opened 5 years ago

BarrensZeppelin commented 5 years ago

Hi, The require('./browserify') statement makes bin.js unusable since the file does not exist. Should this perhaps be changed to just require(./)?

JuergenSimon commented 4 years ago

Totally blocked by this issue as well.