put peerDependencies back, begrudingly

This commit is contained in:
Marc Shilling 2015-10-23 10:28:01 -04:00
parent e34b4b0d5f
commit 36e1ca540f
1 changed files with 4 additions and 1 deletions

View File

@ -20,5 +20,8 @@
"bugs": {
"url": "https://github.com/Kureev/react-native-blur/issues"
},
"homepage": "https://github.com/Kureev/react-native-blur"
"homepage": "https://github.com/Kureev/react-native-blur",
"peerDependencies": {
"react-native": ">=0.11"
}
}