Skip to content

Commit

Permalink
fix: allow immutable@^4.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Dec 16, 2017
1 parent 2b1143b commit ecd08e2
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 @@ -84,7 +84,7 @@
"lodash.size": "^4.2.0"
},
"peerDependencies": {
"immutable": "^3.8.1 || ^4.0.0",
"immutable": "^3.8.1 || ^4.0.0 || ^4.0.0-rc",
"mindfront-redux-utils": "^1.2.3"
},
"pre-commit": [
Expand Down

0 comments on commit ecd08e2

Please sign in to comment.