Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Commit 48a2195

Browse files
committed
update fetch
1 parent 8a959a9 commit 48a2195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ledgerco": "1.2.1",
3131
"lodash": "4.17.5",
3232
"socket.io-client": "2.0.4",
33-
"whatwg-fetch": "^2.0.4"
33+
"isomorphic-fetch": "2.2.1"
3434
},
3535
"devDependencies": {
3636
"babel-core": "^6.26.3",

src/common/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'whatwg-fetch';
1+
import 'isomorphic-fetch';
22
import crypto from 'crypto';
33

44
const headers = {

0 commit comments

Comments
 (0)