Skip to content

Commit

Permalink
package: remove 'xmlhttprequest' dep to restore fix from socketio#396
Browse files Browse the repository at this point in the history
 remove duplicate deps
 re-add component-inherit

Closes socketio#384, closes socketio#358, closes socketio#348
  • Loading branch information
jskrzypek committed Jul 13, 2015
1 parent 17d61fe commit ce941e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion engine.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ Transport.prototype.onClose = function () {
* Module dependencies
*/

var XMLHttpRequest = _dereq_('xmlhttprequest');
var XMLHttpRequest = _dereq_('xmlhttprequest-ssl');
var XHR = _dereq_('./polling-xhr');
var JSONP = _dereq_('./polling-jsonp');
var websocket = _dereq_('./websocket');
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"parseuri": "0.0.4",
"parsejson": "0.0.1",
"parseqs": "0.0.2",
"parseuri": "0.0.4",
"ws": "0.7.2",
"xmlhttprequest": "https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz"
"component-inherit": "0.0.3"
},
"devDependencies": {
"blob": "0.0.2",
Expand Down

0 comments on commit ce941e6

Please sign in to comment.