Skip to content

Commit 4b1fde6

Browse files
authored
Merge pull request #572 from andrew-scott-fischer/add-superagent-peerdependency
fix(superagent-wrapper): add superagent as a peerDependency
2 parents b523fb8 + c1cf204 commit 4b1fde6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/superagent-wrapper/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"supertest": "6.3.3",
3737
"typescript": "4.7.4"
3838
},
39+
"peerDependencies": {
40+
"superagent": "*"
41+
},
3942
"publishConfig": {
4043
"access": "public"
4144
}

0 commit comments

Comments
 (0)