Skip to content

Commit

Permalink
fix: added missing type declration for node fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Jan 17, 2024
1 parent 3b59278 commit f927b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/node-fetch": "2.6.11",
"node-fetch": "^2.7"
},
"publishConfig": {
Expand Down

0 comments on commit f927b8e

Please sign in to comment.