Skip to content

Commit 75ab822

Browse files
committed
Moved Helper and Label to bin/util
1 parent ff5a3d4 commit 75ab822

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

lib/cli/label.js renamed to bin/util/label.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const say = require("../sayings/threads.json"); // sayings
1+
const say = require("../../lib/sayings/threads.json"); // sayings
22
const { color, txt } = require("./helper");
33
const pkg = require("../../package.json"); // package.json info
44
const { space, line, br, tab } = txt;

lib/cli/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const table3 = require("cli-table3"),
2-
chart = require("./chart"),
3-
{ labels, randomSay } = require("./label"),
4-
{ color, txt, table, formatNumber, ucfirst } = require("./helper"),
2+
chart = require("../../bin/util/chart"),
3+
{ labels, randomSay } = require("../../bin/util/label"),
4+
{ color, txt, table, formatNumber, ucfirst } = require("../../bin/util/helper"),
55
{ line, br, space } = txt,
66
{ borders, col5 } = table,
77
{

0 commit comments

Comments
 (0)