fix component. Closes #24

This commit is contained in:
TJ Holowaychuk 2012-10-10 15:49:00 -07:00
parent b0b09bb509
commit cd0aec9e91

View File

@ -1,5 +1,5 @@
if ('undefined' == typeof window) {
module.exports = require('./debug');
} else {
module.exports = require('./lib/debug');
} else {
module.exports = require('./debug');
}