Skip to content

Commit

Permalink
fix(deps): Move @types/express to dependencies (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Apr 22, 2022
1 parent c0766ef commit 1682e07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 28 deletions.
36 changes: 9 additions & 27 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 @@ -13,6 +13,7 @@
"./testing": "./build/src/testing.js"
},
"dependencies": {
"@types/express": "4.17.13",
"body-parser": "^1.18.3",
"cloudevents": "^6.0.0",
"express": "^4.16.4",
Expand Down Expand Up @@ -47,7 +48,6 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.18.20",
"@types/body-parser": "1.19.2",
"@types/express": "4.17.13",
"@types/minimist": "1.2.2",
"@types/mocha": "9.0.0",
"@types/node": "14.18.11",
Expand Down

0 comments on commit 1682e07

Please sign in to comment.