Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli,outdated: default homepage to an empty string #124

Merged

Commits on Dec 17, 2018

  1. cli,outdated: default homepage to an empty string

    This patch default package's homepage to an empty string in case the
    homepage isn't specificied in the package manifest.
    
    Before this patch, if at least one package didn't set an associated
    homepage, running npm outdated --long would break.
    
    After this patch, it won't display anything for this specific package
    Homepage row and it won't break for the other packages.
    anchnk committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    8acc0ce View commit details
    Browse the repository at this point in the history