Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add superagent types as prod dependency (#347)
We expose superagent's types in our own types, so this should be a production dependency. Otherwise, we will cause errors in the typescript builds of consumers (unless they skip lib check). It does mean we add an unnecessary dependency for non-ts people, but there's not any simple way around that.
- Loading branch information