From 67799efa18167bb8d78ce1703e3f5737a9115619 Mon Sep 17 00:00:00 2001 From: Oluwatobi Sofela <60105594+oluwatobiss@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:48:26 +0100 Subject: [PATCH] docs: Update description --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce521ea..aee161b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@codesweetly/react-youtube-playlist", "version": "2.0.0", - "description": "An easy-to-use and responsive React component for displaying YouTube playlists on a web app.", + "description": "A simple video gallery with a lightbox for displaying YouTube playlists in React apps.", "main": "./dist/cjs/YouTubePlaylist.js", "module": "./dist/esm/YouTubePlaylist.js", "types": "./dist/esm/YouTubePlaylist.d.ts", @@ -25,7 +25,9 @@ "player", "gallery", "video", - "lightbox" + "lightbox", + "component", + "codesweetly" ], "repository": { "type": "git",