Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit c5caa1b

Browse files
Moved @types/mongodb from dependencies to dev dependencies (#350)
Co-authored-by: Piotr Błażejewicz <[email protected]>
1 parent c6ec846 commit c5caa1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"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\""
2828
},
2929
"dependencies": {
30-
"@types/mongodb": "3.6.5",
3130
"async": "3.2.0",
3231
"bcrypt-nodejs": "0.0.3",
3332
"bluebird": "3.7.2",
@@ -68,6 +67,7 @@
6867
"@types/jquery": "3.5.5",
6968
"@types/lodash": "^4.14.170",
7069
"@types/lusca": "1.6.2",
70+
"@types/mongodb": "3.6.5",
7171
"@types/node": "14.14.25",
7272
"@types/nodemailer": "6.4.0",
7373
"@types/passport": "1.0.5",

0 commit comments

Comments
 (0)