remove peerDependencies in package.json

In react-native 0.44, this will cause "UNMET PEER DEPENDENCY" warning.
This commit is contained in:
liuqiang1357 2017-05-05 16:19:21 +08:00 committed by GitHub
parent 8937d44e1e
commit 6153d3d8ab

View File

@ -7,10 +7,6 @@
"version": "0.8.0",
"description": "A Camera component for React Native. Also reads barcodes.",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.40"
},
"nativePackage": true,
"license": "MIT",
"homepage": "https://github.com/lwansbrough/react-native-camera",