Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import buffer from npm modules explicitly (#10)
The official docs (https://github.com/feross/buffer) suggest: > To depend on this module explicitly (without browserify), require it like > this: > var Buffer = require('buffer/').Buffer // note: the trailing slash is important! > To require this module explicitly, use require('buffer/') which tells the > node.js module lookup algorithm (also used by browserify) to use the npm > module named buffer instead of the node.js core module named buffer!
- Loading branch information