mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
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:
parent
a191448b3d
commit
7125072fc5
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue