rnsvg dep ==> peer dep

This commit is contained in:
Julian Kingman 2018-07-21 16:46:52 -07:00
parent ecb2305741
commit d3c40c65fb

View File

@ -25,11 +25,11 @@
},
"homepage": "https://github.com/bgryszko/react-native-circular-progress",
"dependencies": {
"prop-types": "^15.6.0",
"react-native-svg": "^6.3.1"
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-native": ">=0.39.0"
"react-native": ">=0.39.0",
"react-native-svg": "^6.3.1"
}
}