Skip to content

Commit

Permalink
Don't include dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
runely committed Nov 19, 2021
1 parent 92b5a2b commit 844cc93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions config/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
'use strict'

if (!process.env.DONE_DIRECTORY_PATH) {
require('dotenv').config()
}

const envs = process.env

module.exports = {
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"license": "MIT",
"devDependencies": {
"coveralls": "3.1.1",
"dotenv": "10.0.0",
"standard": "16.0.4",
"tap": "15.0.10"
},
Expand Down

0 comments on commit 844cc93

Please sign in to comment.