Skip to content

Commit

Permalink
Merge pull request #212 from bucaran/master
Browse files Browse the repository at this point in the history
expose debug as default export
  • Loading branch information
TooTallNate committed Aug 14, 2015
2 parents b384584 + 0b02d7c commit a3b5ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Expose `debug()` as the module.
*/

exports = module.exports = debug;
exports = module.exports = debug.debug = debug;
exports.coerce = coerce;
exports.disable = disable;
exports.enable = enable;
Expand Down

0 comments on commit a3b5ba8

Please sign in to comment.