Files
DefinitelyTyped/types/download/package.json
Dimitri B 8b99f540f7 🤖 Merge PR #63567 [got] Remove types by @BendingBender
* [got] Remove types

* Change Bluebird dep from 2->3

This isn't strictly accurate, but makes the types work out, since
p-cancelable's types, a transitive dependency of got, have a
Promise.cancel return type that conflicts with bluebird@2's.

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2022-12-15 08:37:27 -08:00

7 lines
70 B
JSON

{
"private": true,
"dependencies": {
"@types/got": "^9"
}
}