Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
fix: add missing setImmediate shim
Browse files Browse the repository at this point in the history
Closes #61
  • Loading branch information
dignifiedquire committed Mar 20, 2017
1 parent 3f3d6b4 commit b039b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"pull-pair": "^1.1.0"
},
"dependencies": {
"async": "^2.1.5",
"multiplex": "dignifiedquire/multiplex",
"pull-catch": "^1.0.0",
"pull-stream": "^3.5.0",
Expand All @@ -53,4 +54,4 @@
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
]
}
}
1 change: 1 addition & 0 deletions src/muxer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const Connection = require('interface-connection').Connection
const toPull = require('stream-to-pull-stream')
const pull = require('pull-stream')
const pullCatch = require('pull-catch')
const setImmediate = require('async/setImmediate')

const MULTIPLEX_CODEC = require('./multiplex-codec')

Expand Down

0 comments on commit b039b81

Please sign in to comment.