From a372cf95556d87f3a1b8b4f382cd4e39e9d611fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D1=81=D0=B8=D0=BB=D1=8C=D0=B5=D0=B2=20=D0=94?= =?UTF-8?q?=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Sat, 31 Aug 2019 18:50:57 +0300 Subject: [PATCH] fix(package.json): move @types/nodemailed to devdep fix(package.json): remove winston-mail --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 36f703f..b87b3c7 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" @@ -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",