fix(root): add videojs keyword to package.json

This commit is contained in:
Wesley Luyten
2025-10-24 17:14:55 -07:00
parent 0ca89f73ba
commit 4a9f8b2ad6
5 changed files with 11 additions and 6 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
"name": "@videojs/utils",
"type": "module",
"version": "0.1.0",
"description": "Utility functions and helpers.",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"keywords": [
"media",
@@ -11,7 +11,8 @@
"hls",
"dash",
"streaming",
"utils"
"utils",
"videojs"
],
"exports": {
".": {