Skip to content

Commit

Permalink
fix(esbuild-meta): fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Apr 15, 2024
1 parent f7526e4 commit dcb3bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esbuild-meta/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import { filterMetaCommand } from './lib/filter-meta.js';

yargs(hideBin(argv)).command(filterMetaCommand).parse();

console.log('Esbuild Meta Completed Successfully');
console.log('Esbuild Meta Completed Successfully!');

0 comments on commit dcb3bbd

Please sign in to comment.