Skip to content

Commit 840f57a

Browse files
committed
πŸ‘Œ IMPROVE: remove underscore
1 parent f44328b commit 840f57a

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

β€Žindex.js

-6
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@
77
*/
88

99
const header = require("./utils/header.js");
10-
const _ = require("underscore");
1110
const options = require("./utils/options.js");
1211
const auth = require("./utils/authentication.js");
1312

14-
const hello = () => {
15-
console.log(hello);
16-
};
17-
_.once(hello);
18-
1913
const cli = async () => {
2014
header();
2115
try {

β€Žpackage-lock.json

+1-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

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

0 commit comments

Comments
Β (0)