Skip to content

Commit a3b5ba8

Browse files
committed
Merge pull request #212 from bucaran/master
expose debug as default export
2 parents b384584 + 0b02d7c commit a3b5ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Expose `debug()` as the module.
77
*/
88

9-
exports = module.exports = debug;
9+
exports = module.exports = debug.debug = debug;
1010
exports.coerce = coerce;
1111
exports.disable = disable;
1212
exports.enable = enable;

0 commit comments

Comments
 (0)