From df8322afe37be8a7694a36effbf4e95e59e43de7 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 21 Jun 2024 15:52:44 +0200 Subject: [PATCH] change(react-native-android): git details --- tracker/tracker-reactnative/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tracker/tracker-reactnative/package.json b/tracker/tracker-reactnative/package.json index 5ad76bb2d..33a6755d5 100644 --- a/tracker/tracker-reactnative/package.json +++ b/tracker/tracker-reactnative/package.json @@ -1,6 +1,6 @@ { "name": "@openreplay/react-native", - "version": "0.4.0", + "version": "0.4.1", "description": "Openreplay React-native connector for iOS applications", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -41,14 +41,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/shekarsiri/openreplay-react-native.git" + "url": "https://github.com/openreplay/openreplay/tree/main/tracker/tracker-reactnative" }, - "author": "Shekar Siri (https://github.com/shekarsiri)", + "author": "nick-delirium (https://github.com/nick-delirium)", "license": "MIT", "bugs": { - "url": "https://github.com/shekarsiri/openreplay-react-native/issues" + "url": "https://github.com/openreplay/openreplay/issues" }, - "homepage": "https://github.com/shekarsiri/openreplay-react-native#readme", + "homepage": "https://github.com/openreplay/openreplay/tree/main/tracker/tracker-reactnative#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" },