Skip to content

Commit

Permalink
fix: replace chalk to chalk-template
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Nov 26, 2021
1 parent 20af457 commit 497cef0
Show file tree
Hide file tree
Showing 5 changed files with 1,391 additions and 778 deletions.
2 changes: 1 addition & 1 deletion example/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TaskTree from '../lib';
import TaskTree from '../lib/index.js';
const tree = TaskTree.tree();

// start task tree log update in terminal
Expand Down

0 comments on commit 497cef0

Please sign in to comment.