Skip to content

Commit

Permalink
Fix text import
Browse files Browse the repository at this point in the history
  • Loading branch information
or-yam committed Jun 25, 2024
1 parent 25c0808 commit 10278d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
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,6 +1,6 @@
{
"name": "clightsaber",
"version": "0.2.0",
"version": "0.2.1",
"description": "A light-saber for command line",
"homepage": "https://github.com/or-yam/clightsaber",
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import logSaber from './logSaber.js';
import { fancyLog } from './logText.js';
import { DEFAULT_COLOR } from './colors.js';
import { sleep } from './utils.js';
import { title } from 'node:process';
import { header, helpText } from './texts.js';
import { header, helpText, title } from './texts.js';

const selectedColor = process.argv[2] || DEFAULT_COLOR;
const helpFlag = process.argv.includes('--help');
Expand Down

0 comments on commit 10278d3

Please sign in to comment.