Skip to content

Commit a70b641

Browse files
authored
Merge pull request #534 from paulrobertlloyd/patch-1
allow for import "dotenv/config.js"
2 parents 3b2735a + c2cd81f commit a70b641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"exports": {
77
".": "./lib/main.js",
88
"./config": "./config.js",
9+
"./config.js": "./config.js",
910
"./package.json": "./package.json"
1011
},
1112
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)