Skip to content

Commit

Permalink
feat(react): update required react version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Oct 21, 2017
1 parent f3aecf6 commit 4b4865f
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 @@ -76,7 +76,7 @@
"validate-commit-msg": "^2.14.0"
},
"peerDependencies": {
"react": "^15.6.1"
"react": ">= 15.6.1 < 17.0.0"
},
"main": "./lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 4b4865f

Please sign in to comment.