Skip to content

Commit 8f075ee

Browse files
committed
📦 NEW: underscore
1 parent ed9d955 commit 8f075ee

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

‎index.js‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
*/
88

99
const header = require("./utils/header.js");
10+
const _ = require("underscore");
1011
const options = require("./utils/options.js");
1112
const auth = require("./utils/authentication.js");
1213

14+
const hello = () => {
15+
console.log(hello);
16+
};
17+
_.once(hello);
18+
1319
const cli = async () => {
1420
header();
1521
try {

‎package-lock.json‎

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"axios": "^0.19.2",
2424
"chalk": "^4.0.0",
2525
"console-read-write": "^0.1.1",
26-
"fs": "0.0.1-security"
26+
"fs": "0.0.1-security",
27+
"underscore": "^1.10.2"
2728
}
2829
}

0 commit comments

Comments
 (0)