Skip to content

Commit 1c09595

Browse files
committedNov 2, 2023
fix(components): fix artplayer package name
1 parent df9a9a6 commit 1c09595

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
 

‎demo/components/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@vuepress/cli": "2.0.0-beta.67",
1818
"@vuepress/client": "2.0.0-beta.67",
1919
"@vuepress/theme-default": "2.0.0-beta.67",
20+
"artplayer": "5.0.9",
2021
"artplayer-plugin-danmuku": "5.0.1",
2122
"dashjs": "4.7.2",
2223
"hls.js": "1.4.12",

‎packages/components/src/node/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const AVAILABLE_COMPONENTS: AvailableComponent[] = [
2727
];
2828

2929
export const COMPONENT_PKG: Record<string, string[]> = {
30-
ArtPlayer: ["artPlayer"],
30+
ArtPlayer: ["artplayer"],
3131
AudioPlayer: ["plyr"],
3232
VidStack: ["vidstack"],
3333
VideoPlayer: ["plyr"],

‎pnpm-lock.yaml

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.