We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ff8f48 + 0db3a93 commit 31a90b7Copy full SHA for 31a90b7
package.json
@@ -3,6 +3,10 @@
3
"version": "8.4.0",
4
"description": "Loads environment variables from .env file",
5
"main": "lib/main.js",
6
+ "exports": {
7
+ ".": "./lib/main.js",
8
+ "./config": "./config.js"
9
+ },
10
"types": "types/index.d.ts",
11
"scripts": {
12
"flow": "flow",
0 commit comments