From a96f7515b488d21e18cb922d78a2130a739f3cee Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Sun, 19 Sep 2021 20:16:29 +0200 Subject: [PATCH] Add repository --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index cae8a09..a3fc5e8 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.4.2", "description": "Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.", "homepage": "https://flyer.chat", + "repository": { + "type": "git", + "url": "https://github.com/flyerhq/react-native-chat-ui.git" + }, "main": "lib/index.js", "types": "lib/index.d.ts", "author": "Oleksandr Demchenko ",