Skip to content

Commit

Permalink
chore: add buffer (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Jul 3, 2020
1 parent 251361d commit 0ba4453
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const { Buffer } = require('buffer')
const endable = require('./endable')

module.exports = (stream, goodbye) => {
Expand Down
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"type": "git",
"url": "git://github.com/alanshaw/it-goodbye.git"
},
"dependencies": {},
"dependencies": {
"buffer": "^5.6.0"
},
"devDependencies": {
"async-iterator-to-pull-stream": "^1.3.0",
"muxrpc": "^6.4.2",
Expand Down

0 comments on commit 0ba4453

Please sign in to comment.