From 7125072fc5322da9c2ae866c8a68b9c63a08a45a Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 12 Apr 2020 20:21:50 +0200 Subject: [PATCH] moved @types to devDependencies Signed-off-by: Philip Molares Signed-off-by: David Mehren --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6445a1cdc..863dd6f80 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,6 @@ }, "dependencies": { "@passport-next/passport-openid": "^1.0.0", - "@types/helmet": "^0.0.45", - "@types/randomcolor": "^0.5.4", "Idle.Js": "git+https://github.com/shawnmclean/Idle.js", "archiver": "^2.1.1", "async": "^2.1.4", @@ -173,8 +171,10 @@ "@types/bluebird": "^3.5.30", "@types/diff-match-patch": "^1.0.32", "@types/express": "^4.17.6", + "@types/helmet": "^0.0.45", "@types/lodash": "^4.14.149", "@types/node": "^13.11.1", + "@types/randomcolor": "^0.5.4", "@types/passport": "^1.0.3", "@types/validator": "^13.0.0", "@typescript-eslint/eslint-plugin": "^2.27.0",