Merge pull request #147 from JulianKingman/master

rnsvg dep ==> peer dep
This commit is contained in:
Jacob Lauritzen 2018-07-23 22:42:45 +02:00 committed by GitHub
commit e4330e0e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
}