mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
Merge pull request #445 from NoNameProvided/fix/devDependencies
chore: move @types/mongodb to devDependencies
This commit is contained in:
commit
57793a1c9b
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user