Skip to content

Commit

Permalink
view: fix missing colon next to tarball url
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jul 17, 2018
1 parent 3242baf commit 15c1130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function prettyView (packument, manifest) {

console.log('')
console.log('dist')
console.log('.tarball', info.tarball)
console.log('.tarball:', info.tarball)
console.log('.shasum:', info.shasum)
info.integrity && console.log('.integrity:', info.integrity)
info.unpackedSize && console.log('.unpackedSize:', info.unpackedSize)
Expand Down

0 comments on commit 15c1130

Please sign in to comment.