Skip to content

Commit

Permalink
support for [email protected]+
Browse files Browse the repository at this point in the history
redux-logic will work fine with [email protected] as well as the
older 3.5.x versions.

peer dependency and dev dependency to support >=3.5.2 allowing
the use of either.
  • Loading branch information
jeffbski committed Aug 1, 2018
1 parent 11540e9 commit 2533bab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
16 changes: 4 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"rxjs": "^5.0.3"
},
"peerDependencies": {
"redux": "^3.5.2"
"redux": ">=3.5.2"
},
"devDependencies": {
"babel-cli": "^6.3.15",
Expand Down Expand Up @@ -119,7 +119,7 @@
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"nyc": "^13.0.0",
"redux": "^3.5.2",
"redux": ">=3.5.2",
"rimraf": "^2.3.4",
"webpack": "^1.9.6"
},
Expand Down

0 comments on commit 2533bab

Please sign in to comment.