Skip to content

Commit

Permalink
Merge pull request #660 from lnasc256/fix/config-options
Browse files Browse the repository at this point in the history
[1/2] fixes dotenv-expand/config with env or cli args
  • Loading branch information
motdotla committed Aug 30, 2022
2 parents cf72d2b + e8ef07d commit 03f50d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -12,6 +12,10 @@
},
"./config": "./config.js",
"./config.js": "./config.js",
"./lib/env-options": "./lib/env-options.js",
"./lib/env-options.js": "./lib/env-options.js",
"./lib/cli-options": "./lib/cli-options.js",
"./lib/cli-options.js": "./lib/cli-options.js",
"./package.json": "./package.json"
},
"scripts": {
Expand Down

0 comments on commit 03f50d5

Please sign in to comment.