Skip to content

Commit

Permalink
fix: remove dead dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 8, 2021
1 parent ee0275c commit 1fdf9d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"searchjs": "^1.1.0",
"socket.io-client": "^4.0.1",
"split2": "^3.2.2",
"ulid": "^2.3.0",
"uuid": "^3.4.0",
"yargs": "^16.2.0"
},
"description": "A CLI program for Roarr logger.",
Expand All @@ -41,8 +39,6 @@
"del-cli": "^3.0.1",
"eslint": "^7.16.0",
"eslint-config-canonical": "^24.4.5",
"flow-bin": "^0.141.0",
"flow-copy-source": "^2.0.9",
"husky": "^4.3.6",
"nyc": "^15.1.0",
"semantic-release": "^17.3.0",
Expand Down
3 changes: 0 additions & 3 deletions src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ import {
io,
} from 'socket.io-client';
import split from 'split2';
import {
v4 as uuid,
} from 'uuid';
import yargs from 'yargs';
import {
createLogFormatter,
Expand Down

0 comments on commit 1fdf9d2

Please sign in to comment.