Skip to content

Commit

Permalink
Update lib/translators/ui5Framework.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte authored Aug 5, 2020
1 parent bcf67d6 commit 716b1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/translators/ui5Framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ module.exports = {
});
queue.push(...project.dependencies);

if ((project.specVersion === "2.0" || project.specVersion === "2.0" || project.specVersion === "2.2") &&
if ((project.specVersion === "2.0" || project.specVersion === "2.1" || project.specVersion === "2.2") &&
project.framework && project.framework.libraries) {
const frameworkDeps = project.framework.libraries
.filter((dependency) => {
Expand Down

0 comments on commit 716b1ec

Please sign in to comment.