Skip to content

Commit

Permalink
fix: cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Mar 2, 2021
1 parent 5c7d8e6 commit 112d6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"commander": "^6",
"configent": "2.1.4",
"configent": "^2.1.4",
"express": "^4.17.1",
"tossr": "^1.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const program = require('commander')
const { spassr } = require('./spassr')
const { configent } = require('configent')
const defaults = configent(require('./config'), {}, { useDetectDefaults: true })
const defaults = configent(require('./config'), {}, { useDetectDefaults: true, module })

const toArray = x => x.split(/[, ]/)

Expand Down

0 comments on commit 112d6f7

Please sign in to comment.