Skip to content

Commit

Permalink
feat(libs): replace http-browserify with stream-http.
Browse files Browse the repository at this point in the history
Fixes webpack#38.
  • Loading branch information
terinjokes committed Aug 16, 2016
1 parent a6cef60 commit ea74b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.dns = null;
exports.domain = require.resolve('domain-browser');
exports.events = require.resolve('events/');
exports.fs = null;
exports.http = require.resolve('http-browserify');
exports.http = require.resolve('stream-http');
exports.https = require.resolve('https-browserify');
exports.module = null;
exports.net = null;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"crypto-browserify": "^3.11.0",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"http-browserify": "^1.3.2",
"https-browserify": "0.0.1",
"os-browserify": "~0.2.0",
"path-browserify": "0.0.0",
Expand All @@ -25,6 +24,7 @@
"querystring-es3": "~0.2.0",
"readable-stream": "^2.0.5",
"stream-browserify": "^2.0.1",
"stream-http": "^2.3.1",
"string_decoder": "~0.10.25",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
Expand Down

0 comments on commit ea74b4e

Please sign in to comment.