Skip to content

Commit 0bc4196

Browse files
committed
fix: added missing Builder export
1 parent 6bd7577 commit 0bc4196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ const Builder = require('./builder.js');
33
module.exports = function (options) {
44
return new Builder(options);
55
};
6+
7+
module.exports.Builder = Builder;

0 commit comments

Comments
 (0)