From 41dfbc3c45cecd6dcae1871a921974241ae770f0 Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Sun, 24 Oct 2021 17:13:12 +0200 Subject: [PATCH] Add repository --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 67e806e..d625f56 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.4.1", "description": "Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI.", "homepage": "https://flyer.chat", + "repository": { + "type": "git", + "url": "https://github.com/flyerhq/react-native-firebase-chat-core.git" + }, "main": "lib/index.js", "types": "lib/index.d.ts", "author": "Oleksandr Demchenko ",