Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
love1ace committed Oct 15, 2024
1 parent 1dc37db commit ab2c381
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function checkAndFixFiles(files, fix = false) {

console.log(chalk.cyan('\n🔄 Starting bsck - ') +
'\x1b]8;;https://github.com/love1ace\x07' +
chalk.cyan.underline('Developed by love1ace') +
chalk.cyan.underline('Developed by DONGYEONG KIM') +
'\x1b]8;;\x07');
console.log();

Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "bsck",
"version": "1.0.2",
"version": "1.0.3",
"description": "bsck is a tool that checks and removes \b and ^H from file names.",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit ab2c381

Please sign in to comment.