Skip to content

Commit

Permalink
fix(webhooks): add missing peer-dependency on body-parser
Browse files Browse the repository at this point in the history
fix #175
  • Loading branch information
WonderPanda committed Sep 2, 2020
1 parent 9e256d1 commit 25ad00e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"@golevelup/nestjs-common": "^1.4.2",
"@golevelup/nestjs-modules": "^0.4.1"
},
"peerDependencies": {
"body-parser": "^1.19.0"
},
"jest": {
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit 25ad00e

Please sign in to comment.