From a95f3b5622ae2a9ef59fd4480de8cf42ca0300f8 Mon Sep 17 00:00:00 2001 From: martincupela Date: Fri, 12 Jan 2024 10:37:05 +0100 Subject: [PATCH] chore: add license field into package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4549f7c4cc..6769f1780f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "React components to create chat conversations or livestream style chat", "author": "GetStream", "homepage": "https://getstream.io/chat/", + "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "https://github.com/GetStream/stream-chat-react.git"