sha.js
sha.js copied to clipboard
fix: yarn warning for invalid bin entry
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.
note: no need to merge this, since it's a yarn issue... and has been fixed upstream