Skip to content

Commit 121cb5d

Browse files
committed
chore: adding redux as dependency
1 parent 54ee6cf commit 121cb5d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.eslintrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"boolean"
4848
],
4949
"flowtype/no-weak-types": 1,
50-
"flowtype/require-parameter-type": 2,
50+
"flowtype/require-parameter-type": 0,
5151
"flowtype/require-return-type": [
5252
0,
5353
"always",
@@ -57,7 +57,8 @@
5757
],
5858
"flowtype/require-valid-file-annotation": 2,
5959
"flowtype/use-flow-type": 1,
60-
"flowtype/valid-syntax": 1
60+
"flowtype/valid-syntax": 1,
61+
"react/display-name": 0
6162
},
6263
"globals": {
6364
"jest": true

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-offline",
3-
"version": "4.1.2",
3+
"version": "4.1.4",
44
"description": "Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.",
55
"main": "./src/index.js",
66
"author": "Raul Gomez Acuña <raulgdeveloper@gmail.com> (https://github.com/rgommezz)",
@@ -71,6 +71,7 @@
7171
"dependencies": {
7272
"lodash": "^4.17.11",
7373
"react-redux": "^6.0.0",
74+
"redux":"4.x",
7475
"redux-saga": "^0.16.2"
7576
},
7677
"jest": {

0 commit comments

Comments
 (0)