Skip to content

Commit

Permalink
replace git url with @floatdrop/duplexer2
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Dec 6, 2015
1 parent 0fac4a6 commit f142c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -4,7 +4,7 @@ const EventEmitter = require('events').EventEmitter;
const http = require('http');
const https = require('https');
const PassThrough = require('stream').PassThrough;
const duplexer2 = require('duplexer2');
const duplexer2 = require('@floatdrop/duplexer2');
const urlLib = require('url');
const querystring = require('querystring');
const isStream = require('is-stream');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"create-error-class": "^3.0.0",
"duplexer2": "floatdrop/duplexer2#f770b34",
"@floatdrop/duplexer2": "^0.1.4",
"get-stream": "^1.1.0",
"is-plain-obj": "^1.0.0",
"is-redirect": "^1.0.0",
Expand Down

0 comments on commit f142c4f

Please sign in to comment.