Skip to content

Commit

Permalink
Merge pull request #606 from JeromeFitz/patch/14.3.0-main-exports
Browse files Browse the repository at this point in the history
patch for 14.3.0, add back explicit module.exports #605
  • Loading branch information
motdotla committed Jan 25, 2022
2 parents a1bf6c1 + 1350bbe commit 4da9ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/main.js
Expand Up @@ -137,4 +137,6 @@ const DotenvModule = {
parse
}

module.exports.config = DotenvModule.config
module.exports.parse = DotenvModule.parse
module.exports = DotenvModule

0 comments on commit 4da9ad3

Please sign in to comment.