Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Sep 29, 2020
1 parent 8160c81 commit 23b29ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/isomorphic-unfetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-unfetch",
"version": "3.0.0",
"version": "3.1.0",
"description": "Switches between unfetch & node-fetch for client & server.",
"files": [
"index.js",
Expand All @@ -14,6 +14,6 @@
"types": "index.d.ts",
"dependencies": {
"node-fetch": "^2.6.1",
"unfetch": "^4.0.0"
"unfetch": "^4.2.0"
}
}

0 comments on commit 23b29ab

Please sign in to comment.