console/patches/got@14.4.7.patch

15 lines
471 B
Diff
Raw Normal View History

diff --git a/package.json b/package.json
index c07dc74d0f863f15063b6a5371dae3441b622fe2..bf1b71a6275b978203edbb0a8cdcce8fec3b2096 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,8 @@
"repository": "sindresorhus/got",
"funding": "https://github.com/sindresorhus/got?sponsor=1",
"type": "module",
+ "types": "./dist/source/index.d.ts",
"exports": {
- "types": "./dist/source/index.d.ts",
"default": "./dist/source/index.js"
},
"sideEffects": false,