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

feat(cli, outdated): Adds 'Homepage' to outdated --long output. #81

Merged
merged 3 commits into from Nov 26, 2018

Commits on Oct 17, 2018

  1. feat(cli, outdated): Adds 'Homepage' to outdated --long output.

    - `package.json`'s `homepage` property is displayed when using the `--long` option for `npm outdated`
    Joe Bottigliero committed Oct 17, 2018
    Copy the full SHA
    25b16de View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. test: npm outdated --long

    - Adds `homepage` to `--parseable` output.
    - Updates `npm outdated --long` test to include `homepage` in expected output.
    - Adds `homepage` to `npm-outdated` documentation.
    Joe Bottigliero committed Nov 18, 2018
    Copy the full SHA
    496bd43 View commit details
    Browse the repository at this point in the history
  2. fix: javascript standard style updates

    Joe Bottigliero committed Nov 18, 2018
    Copy the full SHA
    7376b65 View commit details
    Browse the repository at this point in the history