moved @types to devDependencies

Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
Philip Molares 2020-04-12 20:21:50 +02:00 committed by David Mehren
parent a191448b3d
commit 7125072fc5
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -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",