Skip to content

Commit

Permalink
Merge 85f0319 into 4d07aff
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 7, 2023
2 parents 4d07aff + 85f0319 commit 6c3dddc
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 @@ -38,7 +38,7 @@
"chai": "^4",
"coveralls": "^3",
"eslint": "^8",
"eslint-config-brightspace": "^0.23",
"eslint-config-brightspace": "^0.24",
"gulp": "^4",
"mocha": "^10",
"nyc": "^15",
Expand Down
2 changes: 1 addition & 1 deletion src/optionsProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
process.env[argv.sessiontokenvar];
},
getModuleType: function(argv) {
return argv.moduletype ||
return argv.moduletype ||
process.env.npm_package_config_frauPublisher_moduleType;
},
getOptions: function(argv) {
Expand Down

0 comments on commit 6c3dddc

Please sign in to comment.