Skip to content

Commit

Permalink
fix: Move @types/express from dev dependencies to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walton committed Sep 17, 2018
1 parent dddfd29 commit a71b9b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
30 changes: 11 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/chai-as-promised": "^7.1.0",
"@types/express": "^4.16.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.10.0",
"chai": "^4.1.2",
Expand All @@ -75,6 +74,7 @@
"validate-commit-msg": "^2.14.0"
},
"dependencies": {
"@types/express": "^4.16.0",
"@types/node-fetch": "^2.1.2",
"node-fetch": "^2.2.0"
}
Expand Down

0 comments on commit a71b9b5

Please sign in to comment.