From 6b9d572420804b5d99f85648c2c5c7648835bf05 Mon Sep 17 00:00:00 2001 From: Attila Olah Date: Tue, 2 May 2017 02:14:43 +0200 Subject: [PATCH] chore: move @types/mongodb to devDependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2d3b13a2..3af9fae6a 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "@types/chai": "^3.4.35", "@types/chai-as-promised": "0.0.29", "@types/mocha": "^2.2.39", + "@types/mongodb": "^2.1.41", "@types/node": "^7.0.5", "@types/promises-a-plus": "0.0.27", "@types/sinon": "^1.16.35", @@ -73,7 +74,6 @@ "typescript": "^2.2.1" }, "dependencies": { - "@types/mongodb": "^2.1.41", "app-root-path": "^2.0.1", "glob": "^7.1.1", "reflect-metadata": "^0.1.9", @@ -86,4 +86,4 @@ "bin": { "typeorm": "./cli.js" } -} +} \ No newline at end of file