Skip to content

Commit 7216cce

Browse files
authored
Apply suggestion from @fballiano
1 parent 1479ce3 commit 7216cce

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
@@ -688,7 +688,6 @@ async function createMetaPackageFromRepoDir(instruction, package, release) {
688688
if (!name) {
689689
throw {message: `Unable find package name and in composer.json for metapackage ${release.ref} in ${package.dir}`}
690690
}
691-
692691
version = release.version || release.dependencyVersions[name] || version || release.ref;
693692

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

0 commit comments

Comments
 (0)