Skip to content

Commit

Permalink
fix: update @asyncapi/bundler to 0.5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed May 8, 2024
1 parent 7f98033 commit c4ad25e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/commands/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,4 @@ export default class Bundle extends Command {
}
}
}

}
2 changes: 1 addition & 1 deletion src/models/SpecificationFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ async function detectSpecFile(): Promise<string | undefined> {
}
}));
return existingFileNames.find(filename => filename !== undefined);
}
}

Check failure on line 224 in src/models/SpecificationFile.ts

View workflow job for this annotation

GitHub Actions / Test NodeJS PR - ubuntu-latest

Newline required at end of file but not found

0 comments on commit c4ad25e

Please sign in to comment.