Skip to content

Commit 307d46c

Browse files
committed
fix: remove unused log
1 parent 5147d90 commit 307d46c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ program
2727
.description(t('program.configDesc'))
2828
.option('-l, --lang <optional>', t('program.configLang'))
2929
.action(({ args }) => {
30-
console.log(args);
3130
if (args.length === 0) {
3231
setConfig();
3332
return;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hacker-feeds-cli",
3-
"version": "0.3.0",
3+
"version": "0.4.1",
44
"description": "A command line tool for hacker news & product hunt feeds.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)