Skip to content

Commit

Permalink
exporting env and cli options files +
Browse files Browse the repository at this point in the history
so that dotenv-expand could import them
@ package.json
  • Loading branch information
lnasc256 committed Jun 11, 2022
1 parent 8b635d6 commit a1c245e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -12,6 +12,8 @@
},
"./config": "./config.js",
"./config.js": "./config.js",
"./lib/env-options": "./lib/env-options.js",
"./lib/cli-options": "./lib/cli-options.js",
"./package.json": "./package.json"
},
"scripts": {
Expand Down

0 comments on commit a1c245e

Please sign in to comment.