1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

Moved @types/mongodb from dependencies to dev dependencies (#350)

Co-authored-by: Piotr Błażejewicz <peterblazejewicz@users.noreply.github.com>
This commit is contained in:
SimonPerryman
2022-01-01 13:21:46 +00:00
committed by GitHub
parent b5069f7a37
commit 7434e3672f
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,6 @@
"watch": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run watch-node\""
},
"dependencies": {
"@types/mongodb": "3.6.5",
"async": "3.2.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "3.7.2",
@@ -68,6 +67,7 @@
"@types/jquery": "3.5.5",
"@types/lodash": "^4.14.170",
"@types/lusca": "1.6.2",
"@types/mongodb": "3.6.5",
"@types/node": "14.14.25",
"@types/nodemailer": "6.4.0",
"@types/passport": "1.0.5",