Skip to content

Commit da1bbff

Browse files
committed
chore: tweak output of “vuepress info”
1 parent 5837cd2 commit da1bbff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/vuepress/lib/registerCoreCommands.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,12 @@ module.exports = function (cli, options) {
8282
System: ['OS', 'CPU'],
8383
Binaries: ['Node', 'Yarn', 'npm'],
8484
Browsers: ['Chrome', 'Edge', 'Firefox', 'Safari'],
85-
npmPackages: ['/**/{@vuepress/*/}']
85+
npmGlobalPackages: ['vuepress'],
86+
npmPackages: [
87+
'vuepress',
88+
'@vuepress/core',
89+
'@vuepress/theme-default'
90+
]
8691
},
8792
{
8893
showNotFound: true,

0 commit comments

Comments
 (0)