Skip to content

Commit

Permalink
fix(unpublish): add space after hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian authored and isaacs committed Jun 30, 2019
1 parent 2ee405d commit f101d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unpublish.js
Expand Up @@ -99,7 +99,7 @@ function unpublish (args, cb) {
}).then(
ret => {
if (!opts.silent && opts.loglevel !== 'silent') {
output(`-${spec.name}${
output(`- ${spec.name}${
spec.type === 'version' ? `@${spec.rawSpec}` : ''
}`)
}
Expand Down

0 comments on commit f101d44

Please sign in to comment.