Skip to content

Commit

Permalink
Merge pull request #1 from nightink/patch-1
Browse files Browse the repository at this point in the history
feat: remove EventEmitter from 'event' module
  • Loading branch information
fengmk2 committed Nov 11, 2015
2 parents bf115b2 + c7a81e4 commit e56776f
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 @@ -17,7 +17,7 @@
const fs = require('fs');
const util = require('util');
const ms = require('humanize-ms');
const EventEmitter = require('events').EventEmitter;
const EventEmitter = require('events');

module.exports = Watcher;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"autod": "*",
"contributors": "*",
"istanbul-harmony": "*",
"istanbul": "*",
"jshint": "*",
"mocha": "*"
},
Expand Down

0 comments on commit e56776f

Please sign in to comment.