Skip to content

Commit 944db45

Browse files
author
John Vilk
committed
[doc] Export the module appropriately.
1 parent 3d0c85a commit 944db45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/diff_file.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ var size = DiffFile.prototype.size;
3636
* @return {Number}
3737
*/
3838
DiffFile.prototype.size = size;
39+
40+
exports.module = DiffFile;

0 commit comments

Comments
 (0)