Skip to content

Commit

Permalink
Move @types/multer to dependencies (#401)
Browse files Browse the repository at this point in the history
Co-authored-by: David Garner <dgarner@qmetric.co.uk>
  • Loading branch information
dprgarner and qmg-dgarner committed Oct 21, 2020
1 parent 2231fde commit 9f1c3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,6 +31,7 @@
"author": "Carmine DiMascio <cdimascio@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/multer": "^1.4.4",
"ajv": "^6.12.5",
"content-type": "^1.0.4",
"js-yaml": "^3.14.0",
Expand All @@ -49,7 +50,6 @@
"@types/express": "^4.17.8",
"@types/mocha": "^8.0.3",
"@types/morgan": "^1.9.1",
"@types/multer": "^1.4.4",
"@types/node": "^14.6.4",
"@types/supertest": "^2.0.10",
"body-parser": "^1.19.0",
Expand Down

0 comments on commit 9f1c3d2

Please sign in to comment.