Skip to content

Commit aa4b533

Browse files
committed
Try both named and default export
1 parent b52fdee commit aa4b533

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,5 @@ ZongJi.prototype._skipSchema = function (database, table) {
319319
return excluded || !included;
320320
};
321321

322-
module.exports = {
323-
ZongJi
324-
};
322+
module.exports = ZongJi;
323+
module.exports.ZongJi = ZongJi;

0 commit comments

Comments
 (0)