Skip to content

Commit

Permalink
refactor(bower): Also take the authors from the project package
Browse files Browse the repository at this point in the history
Increase consistency and remove a bit of redundancy.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau authored and sschuberth committed Jul 19, 2024
1 parent 15f0650 commit 1cca35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/package-managers/bower/src/main/kotlin/Bower.kt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Bower(
val project = Project(
id = projectPackage.id,
definitionFilePath = VersionControlSystem.getPathInfo(definitionFile).path,
authors = parseAuthors(packageInfo),
authors = projectPackage.authors,
declaredLicenses = projectPackage.declaredLicenses,
vcs = projectPackage.vcs,
vcsProcessed = processProjectVcs(workingDir, projectPackage.vcs, projectPackage.homepageUrl),
Expand Down

0 comments on commit 1cca35a

Please sign in to comment.