Skip to content

Commit

Permalink
fix emitter module wrong reference
Browse files Browse the repository at this point in the history
  • Loading branch information
durdenx authored Jun 2, 2018
1 parent d098011 commit 4273a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.

var Emitter = require('emitter');
const Emitter = require("emitter-component");

function Stream() {
Emitter.call(this);
Expand Down

0 comments on commit 4273a2b

Please sign in to comment.