From 99df8e9ab35ebcee03c0cd93c3d24abf8cc2d93c Mon Sep 17 00:00:00 2001 From: RMidhunSuresh <hi@midhun.dev> Date: Wed, 6 Jul 2022 23:58:16 +0530 Subject: [PATCH] Update package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 49c8e49..ff09043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,10 @@ { "name": "chatterbox", "version": "0.4.2", + "description": "Chatterbox lets you securely embed the Hydrogen matrix client on any website!", + "repository": "git@github.com:vector-im/chatterbox.git", + "author": "matrix.org", + "license": "Apache-2.0", "scripts": { "start": "vite", "build": "tsc && vite build && vite build --config parent-vite.config.js && scripts/after-build.sh", -- GitLab