File tree 3 files changed +2
-2
lines changed 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
"dependencies" : {
29
29
"babel-plugin-transform-runtime" : " ^6.12.0" ,
30
30
"babel-runtime" : " ^6.11.6" ,
31
- "isomorphic-fetch" : " ^2.1.1" ,
32
31
"lodash.isplainobject" : " ^4.0.6"
33
32
},
34
33
"devDependencies" : {
40
39
"coveralls" : " ^2.11.12" ,
41
40
"eslint" : " ^3.3.0" ,
42
41
"eslint-plugin-babel" : " ^3.3.0" ,
42
+ "isomorphic-fetch" : " ^2.1.1" ,
43
43
"nock" : " ^8.0.0" ,
44
44
"normalizr" : " ^2.2.1" ,
45
45
"rimraf" : " ^2.5.4" ,
Original file line number Diff line number Diff line change 1
- import fetch from 'isomorphic-fetch' ;
2
1
import isPlainObject from 'lodash.isplainobject' ;
3
2
4
3
import RSAA from './RSAA' ;
Original file line number Diff line number Diff line change 1
1
import test from 'tape' ;
2
+ import fetch from 'isomorphic-fetch' ;
2
3
import { Schema , normalize , arrayOf } from 'normalizr' ;
3
4
import nock from 'nock' ;
4
5
You can’t perform that action at this time.
0 commit comments