We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1caeb28 commit f1dc3fcCopy full SHA for f1dc3fc
commands/publish/lib/get-npm-username.js
@@ -18,7 +18,7 @@ function getNpmUsername(_opts) {
18
return getProfileData(opts).then(success, failure);
19
20
function success(result) {
21
- opts.log.silly("npm whoami", "received %j", result);
+ opts.log.silly("npm profile get", "received %j", result);
22
23
if (!result.username) {
24
throw new ValidationError(
0 commit comments