Skip to content

Commit

Permalink
fix(esbuild-meta): fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jun 29, 2024
1 parent 0c48279 commit 5866f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/esbuild-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"esbuild": "0.19.2",
"yargs": "^17.7.2"
},
"version": "1.4.10"
"version": "1.4.11"
}
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('$0', 'Default Command is filter', filterMetaCommand).parse();

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

0 comments on commit 5866f06

Please sign in to comment.