Skip to content

Commit

Permalink
Switch from isomorphic-fetch to fetch-everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondancer committed Mar 7, 2017
1 parent e2c1d1d commit ec5d169
Show file tree
Hide file tree
Showing 3 changed files with 2,600 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "MIT",
"dependencies": {
"babel-runtime": "^5.8.25",
"isomorphic-fetch": "^2.1.1",
"fetch-everywhere": "^1.0.5",
"lodash.isplainobject": "^3.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/middleware.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import fetch from 'isomorphic-fetch';
import fetch from 'fetch-everywhere';
import isPlainObject from 'lodash.isplainobject';

import CALL_API from './CALL_API';
Expand Down
Loading

0 comments on commit ec5d169

Please sign in to comment.