feat: Перенести патч videojs в библиотеку
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user