Skip to content

Commit c1cf204

Browse files
fix(superagent-wrapper): add superagent as a peerDependency
1 parent b28084e commit c1cf204

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
"tsx": "3.12.7",
3737
"typescript": "4.7.4"
3838
},
39+
"peerDependencies": {
40+
"superagent": "*"
41+
},
3942
"publishConfig": {
4043
"access": "public"
4144
}

0 commit comments

Comments
 (0)