Skip to content

Commit

Permalink
fix(peerDependencies): correct semver string for immutable v4 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
smackfu authored and JamesSingleton committed Jun 29, 2020
1 parent e01e5f9 commit 20aa166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"rimraf": "^3.0.0"
},
"peerDependencies": {
"immutable": "^3||^4",
"immutable": "^3||^4.0.0-rc",
"redux": "^3||^4",
"redux-immutable": "^4.0.0"
},
Expand Down

0 comments on commit 20aa166

Please sign in to comment.