Skip to content

Commit

Permalink
fix(package.json): move @types/nodemailed to devdep
Browse files Browse the repository at this point in the history
fix(package.json): remove winston-mail
  • Loading branch information
schmooky committed Aug 31, 2019
1 parent 28ae253 commit a372cf9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"test:watch": "jest --coverage --verbose --watchAll"
},
"dependencies": {
"@types/nodemailer": "^6.2.1",
"axios": "^0.19.0",
"discord.js": "^11.5.1",
"dotenv": "^8.0.0",
Expand All @@ -35,7 +34,6 @@
"nodemailer": "^6.3.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.10.0",
"winston-mail": "^2.0.0",
"winston-timestamp-colorize": "^1.0.4",
"winston-transport": "^4.3.0",
"yandex-music-api": "0.0.3"
Expand All @@ -46,10 +44,10 @@
"@types/dotenv": "^6.1.1",
"@types/jest": "^24.0.15",
"@types/minimist": "^1.2.0",
"@types/node": "^12.0.10",
"@types/winston-mail": "^1.5.1",
"@types/node": "^12.0.10",
"@types/nodemailer": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"cross-env": "^5.2.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
Expand Down

0 comments on commit a372cf9

Please sign in to comment.