[Dependencies] Update react peerDependency semver range to support 16-alpha and 16-beta (#100)
This commit is contained in:
parent
7cd8e3c537
commit
9c891a7bbc
|
@ -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)",
|
||||
|
|
Loading…
Reference in New Issue