Skip to content

Commit

Permalink
Merge pull request #25 from umpc/patch-2
Browse files Browse the repository at this point in the history
Add React 16 as an additional 'OR' peer dependency
  • Loading branch information
bernabe9 committed Jan 28, 2018
2 parents d828343 + 1c1262f commit 6458fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "redux-react-session",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"localforage": "1.5.5"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"redux": "^3.0.0"
}
}

0 comments on commit 6458fc3

Please sign in to comment.