Skip to content

Commit

Permalink
Added support for newer immutable versions by updating peerDependencies
Browse files Browse the repository at this point in the history
Similar to #2
  • Loading branch information
pianiel authored Jul 22, 2016
1 parent 0ec415e commit dec465a
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 @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/HurricaneJames/react-immutable-proptypes",
"peerDependencies": {
"immutable": "^3.6.2"
"immutable": ">=3.6.2"
},
"devDependencies": {
"babel": "^4.6.6",
Expand Down

0 comments on commit dec465a

Please sign in to comment.