Skip to content

Commit b4daa72

Browse files
hanslmgechev
authored andcommitted
build: add node-fetch typings
1 parent 44900f9 commit b4daa72

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
]
6464
},
6565
"dependencies": {
66+
"@types/node-fetch": "^2.1.6",
6667
"@types/progress": "^2.0.3",
6768
"glob": "^7.0.3",
6869
"node-fetch": "^2.2.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,13 @@
394394
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
395395
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
396396

397+
"@types/node-fetch@^2.1.6":
398+
version "2.1.6"
399+
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.1.6.tgz#4326288b49f352a142f03c63526ebce0f4c50877"
400+
integrity sha512-Hv1jgh3pfpUEl2F2mqUd1AfLSk1YbUCeBJFaP36t7esAO617dErqdxWb5cdG2NfJGOofkmBW36fdx0dVewxDRg==
401+
dependencies:
402+
"@types/node" "*"
403+
397404
"@types/node@*":
398405
version "10.9.4"
399406
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.9.4.tgz#0f4cb2dc7c1de6096055357f70179043c33e9897"

0 commit comments

Comments
 (0)