From 71d596259fe7779c839c6a9e433f98691b5470b4 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Tue, 14 Feb 2023 00:54:52 +0200 Subject: [PATCH] package description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4f8f93..7480bbf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flare/tuitio-react-client", "version": "1.0.0", - "description": "Tuitio react client is an npm package written in typescript that facilitates the integration of a react application with Tuitio", + "description": "Tuitio react client is an npm package written in typescript that facilitates the integration of a react application with Tuitio.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts",