Skip to content

Commit 2ae0212

Browse files
authored
Apply suggestion from @fballiano
1 parent bae4d53 commit 2ae0212

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/package-modules.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ async function getComposerJson(instruction, package, ref) {
112112
function chooseNameAndVersion(instruction, package, magentoName, composerJson, definedVersion, fallbackVersion) {
113113
let composerConfig = JSON.parse(composerJson);
114114
let {version, name} = composerConfig;
115-
116115
version = definedVersion || version || fallbackVersion;
117116

118117
// If no version is found and ref looks like a branch name, convert to dev-branch format

0 commit comments

Comments
 (0)