Skip to content

Commit

Permalink
Merge pull request #572 from andrew-scott-fischer/add-superagent-peer…
Browse files Browse the repository at this point in the history
…dependency

fix(superagent-wrapper): add superagent as a peerDependency
  • Loading branch information
bitgopatmcl authored Sep 26, 2023
2 parents b523fb8 + c1cf204 commit 4b1fde6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/superagent-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"supertest": "6.3.3",
"typescript": "4.7.4"
},
"peerDependencies": {
"superagent": "*"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 4b1fde6

Please sign in to comment.