Skip to content

Commit

Permalink
Update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Sep 14, 2020
1 parent 8bf02c4 commit db0aa8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "isomorphic-fetch",
"main": ["fetch-bower.js"],
"dependencies": {
"fetch": "github/fetch#>=0.10.0"
"fetch": "github/fetch#^3.4.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
"dependencies": {
"node-fetch": "^2.6.1",
"whatwg-fetch": ">=0.10.0"
"whatwg-fetch": "^3.4.1"
},
"devDependencies": {
"chai": "^1.10.0",
Expand Down

0 comments on commit db0aa8c

Please sign in to comment.