browserify / sha.js

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

fix: yarn warning for invalid bin entry #65

Open eps1lon opened 4 years ago

eps1lon commented 4 years ago

BREAKING CHANGE: Removed the dot in the binary name.

- $ sha.js
+ $ shajs

Closes #64

Can be verified locally. A yarn in the source directory will not warn about invalid bin entries on this branch.

earonesty commented 4 years ago

note: no need to merge this, since it's a yarn issue... and has been fixed upstream