Skip to content

Commit

Permalink
Merge pull request #8 from bencripps/upgrade-peerDeps
Browse files Browse the repository at this point in the history
Update peerDependency to include 15.x and 16.x
  • Loading branch information
elierotenberg authored Oct 27, 2018
2 parents 0322229 + e159bd2 commit bccc102
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 @@ -91,6 +91,6 @@
"lodash": "^4.0.0"
},
"peerDependencies": {
"react": "^0.14.7"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
}
}

0 comments on commit bccc102

Please sign in to comment.