Skip to content

Commit

Permalink
fix(typescript): types of mongoose should be dependencies (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaffinLee authored and popomore committed Jul 13, 2018
1 parent 663e53e commit de7e54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,11 +13,11 @@
"egg-plugin"
],
"dependencies": {
"@types/mongoose": "^5.0.18",
"await-first": "^1.0.0",
"mongoose": "^5.0.17"
},
"devDependencies": {
"@types/mongoose": "^5.0.18",
"autod": "^2.7.1",
"bluebird": "^3.5.1",
"dotenv": "^5.0.1",
Expand Down

0 comments on commit de7e54e

Please sign in to comment.