alexgorbatchev / crc

Blazingly fast CRC implementations for node.js and browser
MIT License
347 stars 72 forks source link

buffer dependency is not declared in package.json #53

Closed phra closed 6 years ago

phra commented 6 years ago

hi, i'm using your module in the browser and i have a problem with buffer dependency because it's not explicitly required by the library. i will send a PR to fix that.

phra commented 6 years ago

see https://github.com/alexgorbatchev/node-crc/blob/master/src/crc16_xmodem.js#L1

MrShakes commented 6 years ago

Same issue here, please accept pull request