Merge pull request #44 from ehd/patch-1

Remove react-native peer dependency
This commit is contained in:
Mike Grabowski 2016-01-09 12:59:18 +01:00
commit b510e07300
1 changed files with 1 additions and 4 deletions

View File

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