Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ffe1f5

Browse files
committedAug 5, 2022
fix: legacy package
1 parent b3326e8 commit 7ffe1f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎legacy/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ support dynamic change options
1919

2020
### v5.0.0
2121

22-
- add brower support
22+
- add bower support
2323
- add test scripts
2424
- add global default options
2525
- update babel and webpack configs

‎legacy/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"browser": "index.js",
2929
"main": "index.js",
3030
"peerDependencies": {
31+
"@types/video.js": "7.x",
3132
"video.js": "7.x",
3233
"vue": "3.x"
3334
},

0 commit comments

Comments
 (0)
Please sign in to comment.