Merge pull request #445 from NoNameProvided/fix/devDependencies

chore: move @types/mongodb to devDependencies
This commit is contained in:
Umed Khudoiberdiev 2017-05-20 15:05:52 +05:00 committed by GitHub
commit 57793a1c9b

View File

@ -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"
}
}
}