Skip to content

Commit 97ce42b

Browse files
committed
fix(cli): add theme-data plugin and rename palette plugin
1 parent 556a23c commit 97ce42b

File tree

1 file changed

+2
-1
lines changed
  • packages/@vuepress/cli/src/commands

1 file changed

+2
-1
lines changed

packages/@vuepress/cli/src/commands/info.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ export const info = async (): Promise<void> => {
2626
'@vuepress/plugin-google-analytics',
2727
'@vuepress/plugin-medium-zoom',
2828
'@vuepress/plugin-nprogress',
29-
'@vuepress/plugin-palette-stylus',
29+
'@vuepress/plugin-palette',
3030
'@vuepress/plugin-pwa',
3131
'@vuepress/plugin-pwa-popup',
32+
'@vuepress/plugin-theme-data',
3233
'@vuepress/shared',
3334
'@vuepress/theme-default',
3435
'@vuepress/theme-vue',

0 commit comments

Comments
 (0)