mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(root): add videojs keyword to package.json
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"media",
|
||||
"player",
|
||||
"ui",
|
||||
"time-range"
|
||||
"time-range",
|
||||
"videojs"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"player",
|
||||
"html",
|
||||
"ui",
|
||||
"components"
|
||||
"components",
|
||||
"videojs"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"svg",
|
||||
"media",
|
||||
"player",
|
||||
"ui"
|
||||
"ui",
|
||||
"videojs"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"player",
|
||||
"react",
|
||||
"components",
|
||||
"hooks"
|
||||
"hooks",
|
||||
"videojs"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
@@ -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": {
|
||||
".": {
|
||||
|
||||
Reference in New Issue
Block a user