Skip to content

Commit

Permalink
Remove dependency on util builtin
Browse files Browse the repository at this point in the history
No need just for inherits :)
  • Loading branch information
kirbysayshi authored and James Halliday committed Apr 5, 2014
1 parent 3e20271 commit d39b0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var Stream = require('stream');
var deepEqual = require('deep-equal');
var defined = require('defined');
var path = require('path');
var inherits = require('util').inherits;
var inherits = require('inherits');
var EventEmitter = require('events').EventEmitter;

module.exports = Test;
Expand Down

0 comments on commit d39b0eb

Please sign in to comment.