Fixed package.json peerDependencies
Reviewed By: sophiebits Differential Revision: D5860751 fbshipit-source-id: 634ccf22d40bf80eabed467cb1c874f5b02c4f8d
This commit is contained in:
parent
c25a3db662
commit
ed77dbb5ae
|
@ -132,6 +132,9 @@
|
|||
"bin": {
|
||||
"react-native": "local-cli/wrong-react-native.js"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "16.0.0-rc.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"absolute-path": "^0.0.0",
|
||||
"art": "^0.10.0",
|
||||
|
|
Loading…
Reference in New Issue