Skip to content

Commit

Permalink
Merge pull request #216 from razorpay/peer-dependencies
Browse files Browse the repository at this point in the history
Declare react and react-native as peer dependencies
  • Loading branch information
pronav committed Sep 12, 2019
2 parents 7b931bc + 3af22bb commit fd26575
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-razorpay",
"version": "2.1.29",
"version": "2.1.30",
"description": "React Native wrapper for Razorpay",
"main": "RazorpayCheckout.js",
"scripts": {
Expand All @@ -11,9 +11,9 @@
"type": "git",
"url": "git+https://github.com/razorpay/react-native-razorpay.git"
},
"devDependencies": {
"react": "16.5.0",
"react-native": "0.57.1"
"peerDependencies": {
"react": "^16.5.0",
"react-native": "^0.57.1"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit fd26575

Please sign in to comment.