pierrec / node-lz4

LZ4 fast compression algorithm for NodeJS
MIT License
438 stars 98 forks source link

Allow other browserified packages to require lz4 #30

Closed psirenny closed 9 years ago

psirenny commented 9 years ago

Added a browser field to package.json so that browserify can resolve the correct version of ./lib/utils.js on the browser. This simplifies the build process for packages requiring lz4.

pierrec commented 9 years ago

Thank you.