0
Fork 0
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:
Juan Picado 2017-05-04 21:38:19 +02:00
parent 2a1f1a7dfa
commit 90e1a66930
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -175,7 +175,7 @@ function afterConfigLoad() {
})
),
version: pkgName + '/' + pkgVersion,
}, 'http address - @{addr}');
}, 'http address - @{addr} - @{version}');
});
// undocumented stuff for tests