change(react-native-android): git details

This commit is contained in:
Shekar Siri 2024-06-21 15:52:44 +02:00
parent 09d6d987a5
commit df8322afe3

View file

@ -1,6 +1,6 @@
{ {
"name": "@openreplay/react-native", "name": "@openreplay/react-native",
"version": "0.4.0", "version": "0.4.1",
"description": "Openreplay React-native connector for iOS applications", "description": "Openreplay React-native connector for iOS applications",
"main": "lib/commonjs/index", "main": "lib/commonjs/index",
"module": "lib/module/index", "module": "lib/module/index",
@ -41,14 +41,14 @@
], ],
"repository": { "repository": {
"type": "git", "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 <shekar@openreplay.com> (https://github.com/shekarsiri)", "author": "nick-delirium <nikita@openreplay.com> (https://github.com/nick-delirium)",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "publishConfig": {
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
}, },