tjwebb / fnv-plus

Javascript FNV-1a Hash Algorithm (up to 1024 bit) implementation. Based on:
http://tools.ietf.org/html/draft-eastlake-fnv-06
85 stars 13 forks source link

main field typo #1

Closed carlos8f closed 10 years ago

carlos8f commented 10 years ago

Hi there,

Interesting module, but when I tried to require it I have a "module not found" failure, and I noticed - main in package.json points to a non-existent fnv.js and the file is actually fnv-plus.js.

wattgo commented 10 years ago

Hi, Same for me :) tjwebb, Could you please update your package.json and update it on npm ? I will be happy to not have to edit the file every time i install your module =)

tjwebb commented 10 years ago

Note: there's a potentially breaking change between versions 1.1.x and 1.2.x, which is that the default seed has changed. Versions 1.2.x support custom seeds, and some changes were made to better accommodate this. If you'd like a patch for the 1.1.x series, I'm happy to accept pull requests.

New in 1.2.x: https://github.com/tjwebb/fnv-plus#new-in-12x