dcodeIO / bcrypt.js

Optimized bcrypt in plain JavaScript with zero dependencies.
Other
3.51k stars 267 forks source link

npm release to include bin entrypoint #78

Open trvra opened 6 years ago

trvra commented 6 years ago

Hi dcodeIO! Thanks for the bcryptjs module, it is a great way to incorporate bcrypt hashing into Node.js projects.

The latest version on npm (v2.4.3) doesn't include the changes from mid-2017 which add a package.json option to automatically symlink the bin script to /node_modules/.bin. Can you release a new version to npm that includes these changes?

Ruffio commented 6 years ago

@trvra Is this still relevant or has the commit/changes been included in the npm version?

Ruffio commented 6 years ago

@trvra Is this still relevant or has the commit/changes been included in the npm version?

segevfiner commented 7 months ago

They aren't there ATM.