Skip to content

Commit

Permalink
use require('readable-stream').Duplex (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
heri16 authored and mcollina committed Jun 14, 2018
1 parent 52564cc commit 8de8c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bl.js
@@ -1,4 +1,4 @@
var DuplexStream = require('readable-stream/duplex')
var DuplexStream = require('readable-stream').Duplex
, util = require('util')
, Buffer = require('safe-buffer').Buffer

Expand Down

0 comments on commit 8de8c0f

Please sign in to comment.