From 4be51a9cc65635bb26fa4ce62233f26e0104bc20 Mon Sep 17 00:00:00 2001 From: Joe Bottigliero Date: Mon, 26 Nov 2018 10:13:52 -0600 Subject: cli,outdated: Adds 'Homepage' to outdated --long output. (#81) * feat(cli, outdated): Adds 'Homepage' to outdated --long output. - `package.json`'s `homepage` property is displayed when using the `--long` option for `npm outdated` * 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. * fix: javascript standard style updates PR-URL: https://github.com/npm/cli/pull/81 Credit: @jbottigliero Reviewed-By: @zkat --- doc/cli/npm-outdated.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/cli/npm-outdated.md b/doc/cli/npm-outdated.md index ad0d003ce..045586a40 100644 --- a/doc/cli/npm-outdated.md +++ b/doc/cli/npm-outdated.md @@ -27,6 +27,7 @@ In the output: * `package type` (when using `--long` / `-l`) tells you whether this package is a `dependency` or a `devDependency`. Packages not included in `package.json` are always marked `dependencies`. +* `homepage` (when using `--long` / `-l`) is the `homepage` value contained in the package's `package.json` * Red means there's a newer version matching your semver requirements, so you should update now. * Yellow indicates that there's a newer version above your semver requirements (usually new major, or new 0.x minor) so proceed with caution. -- cgit v1.2.3