Skip to content

Commit

Permalink
style: fix formatting with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Feb 16, 2025
1 parent 57318ef commit d453f35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/actions/writeVersionsToPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function updateField(
dependency in newVersionByPackage
? `${newVersionByPackage[dependency]}`
: dependency in currentVersionByPackage
? `${currentVersionByPackage[dependency]}`
: currentDeps[dependency]
? `${currentVersionByPackage[dependency]}`
: currentDeps[dependency]

return dependencies
}, {}),
Expand Down
4 changes: 2 additions & 2 deletions src/helpers/createConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export function createConfig(options) {
options.dryRun === true
? logCommand
: typeof options.dryRun === 'function'
? options.dryRun
: execCommand
? options.dryRun
: execCommand

return Object.assign({}, options, { packagesPaths, runCommand })
}

0 comments on commit d453f35

Please sign in to comment.