From 2c5e82ce38d7d779d04c80847fed274f53150dc6 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 17 Aug 2024 04:28:48 -0400 Subject: [PATCH] Update keywords --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 51b8b75..63cf8f1 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,13 @@ "homepage": "https://codeberg.org/MinPluto/Zorn", "keywords": [ "astro-component", - "withastro" + "withastro", + "video-player", + "hls-support", + "live-streaming" ], "type": "module", - "version": "0.4.4", + "version": "0.4.5", "exports": { ".": "./index.ts" }, @@ -30,4 +33,4 @@ "npm:publish": "npm publish --registry https://npm.sudovanilla.org/", "test": "cd test/ && bun start" } -} \ No newline at end of file +}