Skip to content

Commit

Permalink
chore(deps): upgrade winston to suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
djey47 committed Apr 14, 2023
1 parent 5411428 commit c3174b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node-ssh": "^13.0.0",
"shelljs": "^0.8.5",
"wake_on_lan": "^1.0.0",
"winston": "^2.4.4"
"winston": "^2.4.5"
},
"devDependencies": {
"eslint": "^5.16.0",
Expand All @@ -24,7 +24,7 @@
"jest": "^29.3.1"
},
"scripts": {
"start": "node src/coolupdown.js",
"start": "node --trace-warnings src/coolupdown.js",
"start:service": "nohup npm start >/dev/null 2>&1 &",
"start:service-debug": "mkdir -p ./logs && nohup npm start >>./logs/debug.log 2>&1 &",
"stop": "pkill --signal SIGINT cool-updown",
Expand Down

0 comments on commit c3174b5

Please sign in to comment.