From b2bba597a2fe9c87991c11940745ed593f138949 Mon Sep 17 00:00:00 2001 From: Chintan Acharya Date: Thu, 12 Sep 2019 15:00:31 +0530 Subject: [PATCH 1/2] Declare react and react-native as peer dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ed5da1ce8..3ef6a5598 100644 --- a/package.json +++ b/package.json @@ -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", From 774e2f5bf2f1aa0c3e4936b991589cc123e250e6 Mon Sep 17 00:00:00 2001 From: Chintan Acharya Date: Thu, 12 Sep 2019 15:24:18 +0530 Subject: [PATCH 2/2] Bump to 2.1.30 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ef6a5598..654015d33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-razorpay", - "version": "2.1.3", + "version": "2.1.30", "description": "React Native wrapper for Razorpay", "main": "RazorpayCheckout.js", "scripts": {