Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 2b90543

Browse files
committed
reorder
1 parent 7b031d9 commit 2b90543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxi/src/utils/banner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function showVersions (cwd: string) {
1919
} catch { /* not found */ }
2020
return ''
2121
}
22-
const pkgs = ['vue', 'nitropack', 'vite', 'webpack']
22+
const pkgs = ['nitropacl', 'vite', 'webpack', 'vue']
2323
console.log(
2424
green(getPkgWithVersion('nuxt') || getPkgWithVersion('nuxt-edge') /* bridge */ || 'nuxt'),
2525
gray('running with'),

0 commit comments

Comments
 (0)