File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ machine:
2
2
node :
3
3
version : 6.2.1
4
4
5
- dependencies :
6
- post :
7
- - npm install react react-native @accounts/common @accounts/client
8
-
9
5
test :
10
6
post :
11
7
- npm run coverage
Original file line number Diff line number Diff line change 19
19
"reselect" : " ^2.5.4"
20
20
},
21
21
"devDependencies" : {
22
- "flow-bin" : " ^0.38.0"
22
+ "flow-bin" : " ^0.38.0" ,
23
+ "@accounts/client" : " ^0.0.5" ,
24
+ "@accounts/common" : " ^0.0.5" ,
25
+ "react" : " ^15.4.2" ,
26
+ "react-native" : " ^0.41.1" ,
27
+ "react-redux" : " ^5.0.2" ,
28
+ "redux-thunk" : " ^2.2.0" ,
29
+ "redux" : " ^3.6.0"
23
30
},
24
31
"peerDependencies" : {
25
- "@accounts/client" : " 0.0.5" ,
26
- "@accounts/common" : " 0.0.5" ,
32
+ "@accounts/client" : " ^ 0.0.5" ,
33
+ "@accounts/common" : " ^ 0.0.5" ,
27
34
"react" : " ^15.4.2" ,
28
35
"react-native" : " ^0.41.1" ,
29
36
"react-redux" : " ^5.0.2" ,
You can’t perform that action at this time.
0 commit comments