mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Display version on startup
This commit is contained in:
parent
2a1f1a7dfa
commit
90e1a66930
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ function afterConfigLoad() {
|
||||||
})
|
})
|
||||||
),
|
),
|
||||||
version: pkgName + '/' + pkgVersion,
|
version: pkgName + '/' + pkgVersion,
|
||||||
}, 'http address - @{addr}');
|
}, 'http address - @{addr} - @{version}');
|
||||||
});
|
});
|
||||||
|
|
||||||
// undocumented stuff for tests
|
// undocumented stuff for tests
|
||||||
|
|
Loading…
Reference in a new issue