sha.js
sha.js copied to clipboard
bin.js requires ./browserify which does not exist
Hi,
The require('./browserify')
statement makes bin.js unusable since the file does not exist.
Should this perhaps be changed to just require(./)
?
Totally blocked by this issue as well.