Skip to content

Commit

Permalink
Merge pull request #503 from franciscop/patch-1
Browse files Browse the repository at this point in the history
Allow for `import "dotenv/config";` in Node.js
  • Loading branch information
motdotla committed May 5, 2021
2 parents 5ff8f48 + 0db3a93 commit 31a90b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "8.4.0",
"description": "Loads environment variables from .env file",
"main": "lib/main.js",
"exports": {
".": "./lib/main.js",
"./config": "./config.js"
},
"types": "types/index.d.ts",
"scripts": {
"flow": "flow",
Expand Down

0 comments on commit 31a90b7

Please sign in to comment.