Skip to content

Commit

Permalink
Merge pull request #534 from paulrobertlloyd/patch-1
Browse files Browse the repository at this point in the history
allow for import "dotenv/config.js"
  • Loading branch information
motdotla authored May 19, 2021
2 parents 3b2735a + c2cd81f commit a70b641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"exports": {
".": "./lib/main.js",
"./config": "./config.js",
"./config.js": "./config.js",
"./package.json": "./package.json"
},
"types": "types/index.d.ts",
Expand Down

0 comments on commit a70b641

Please sign in to comment.