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
+2 -1
View File
@@ -10,7 +10,8 @@
"media",
"player",
"ui",
"time-range"
"time-range",
"videojs"
],
"exports": {
".": {
+2 -1
View File
@@ -9,7 +9,8 @@
"player",
"html",
"ui",
"components"
"components",
"videojs"
],
"exports": {
".": {
+2 -1
View File
@@ -9,7 +9,8 @@
"svg",
"media",
"player",
"ui"
"ui",
"videojs"
],
"exports": {
".": {
+2 -1
View File
@@ -9,7 +9,8 @@
"player",
"react",
"components",
"hooks"
"hooks",
"videojs"
],
"exports": {
".": {
+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": {
".": {