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

Commit

Permalink
update fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
hzbdesigner committed Oct 3, 2018
1 parent 8a959a9 commit 48a2195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ledgerco": "1.2.1",
"lodash": "4.17.5",
"socket.io-client": "2.0.4",
"whatwg-fetch": "^2.0.4"
"isomorphic-fetch": "2.2.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
Expand Down
2 changes: 1 addition & 1 deletion src/common/request.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'whatwg-fetch';
import 'isomorphic-fetch';
import crypto from 'crypto';

const headers = {
Expand Down

0 comments on commit 48a2195

Please sign in to comment.