Skip to content

Commit 1350bbe

Browse files
committed
patch for 14.3.0, add back explicit module.exports #605
1 parent a1bf6c1 commit 1350bbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,6 @@ const DotenvModule = {
137137
parse
138138
}
139139

140+
module.exports.config = DotenvModule.config
141+
module.exports.parse = DotenvModule.parse
140142
module.exports = DotenvModule

0 commit comments

Comments
 (0)