feat: Перенести патч videojs в библиотеку

This commit is contained in:
2026-03-04 18:06:13 +03:00
parent 915c56351b
commit 028ce21c4c
2 changed files with 49 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hublib-web/video-player",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cross-framework video player package for React and Angular",
"license": "MIT",
"type": "module",
@@ -10,7 +10,8 @@
"sideEffects": true,
"files": [
"dist",
"README.md"
"README.md",
"scripts"
],
"typesVersions": {
"*": {
@@ -48,6 +49,7 @@
}
},
"scripts": {
"postinstall": "node ./scripts/apply-videojs-patch.mjs",
"build": "yarn clean && node ./scripts/build.mjs",
"clean": "rm -rf dist storybook-static",
"typecheck": "tsc -p ./tsconfig.json --noEmit",