[Dependencies] Update react peerDependency semver range to support 16-alpha and 16-beta (#100)

This commit is contained in:
Mark Miyashita 2017-08-30 03:43:21 -07:00 committed by Florian Rival
parent 7cd8e3c537
commit 9c891a7bbc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"resize"
],
"peerDependencies": {
"react": ">=15.4.0",
"react": "^15.4.0 || ^16.0.0-alpha",
"react-native": ">=v0.40.0"
},
"author": "Florian Rival <florianr@bam.tech> (http://bam.tech)",