summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 64fefd1c3..42a97cca2 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -1074,11 +1074,12 @@ package, and shows its current version. The module currently supports `npm`, `ca
### Options
-| Variable | Default | Description |
-| ---------- | ------------ | ---------------------------------------------------------- |
-| `symbol` | `"📦 "` | The symbol used before displaying the version the package. |
-| `style` | `"bold red"` | The style for the module. |
-| `disabled` | `false` | Disables the `package` module. |
+| Variable | Default | Description |
+| ----------------- | ------------ | ---------------------------------------------------------- |
+| `symbol` | `"📦 "` | The symbol used before displaying the version the package. |
+| `style` | `"bold red"` | The style for the module. |
+| `display_private` | `false` | Enable displaying version for packages marked as private. |
+| `disabled` | `false` | Disables the `package` module. |
### Example