Skip to content

Commit

Permalink
Fix some dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
UNIDY2002 committed Aug 11, 2021
1 parent 6f6a82c commit 18fe1d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
"license": "ISC",
"dependencies": {
"@types/md5": "^2.1.33",
"class-transformer": "^0.2.3",
"class-transformer": "^0.3.1",
"command-line-args": "^5.1.1",
"deepcopy": "^2.0.0",
"fs-extra": "^8.1.0",
"klaw": "^3.0.0",
"loadash": "^1.0.0",
"md5": "^2.2.1",
"posix": "^4.2.0",
"promise-queue": "^2.2.5",
Expand Down
3 changes: 0 additions & 3 deletions src/winston-common.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import winston = require('winston');
import _ = require('lodash');
import util = require('util');


export function configureWinston(verbose: boolean) {
// winston.configure({
Expand Down

0 comments on commit 18fe1d3

Please sign in to comment.