Remove peer dependencies

Hi everyone, 

Since the last version of react-native -> 0.31.0-rc.1, I got a warning with the peer dependency due to the new name of the version, so, I think to avoid future problems with the react-native version it's better to remove the peer decency. What do you think ?
This commit is contained in:
Jérémy M 2016-08-02 11:19:46 +02:00 committed by GitHub
parent 5fa3e0e542
commit fd13452949
1 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,4 @@
"devDependencies": {
"react-native": "^0.5.0"
},
"peerDependencies": {
"react-native": ">=0.4.0 <1.0.0"
}
}