Skip to content

Commit

Permalink
Avoid renaming module
Browse files Browse the repository at this point in the history
Fixes #1179
  • Loading branch information
kornelski committed Feb 14, 2017
1 parent 7b0f0da commit e46f890
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/client.js
Expand Up @@ -12,7 +12,7 @@ if (typeof window !== 'undefined') { // Browser window
root = this;
}

var Emitter = require('emitter');
var Emitter = require('component-emitter');
var RequestBase = require('./request-base');
var isObject = require('./is-object');
var isFunction = require('./is-function');
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -52,7 +52,6 @@
},
"browser": {
"./lib/node/index.js": "./lib/client.js",
"emitter": "component-emitter",
"./test/support/server.js": "./test/support/blank.js"
},
"component": {
Expand Down

0 comments on commit e46f890

Please sign in to comment.