summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authort-mangoe <m.takashi.raruba.101.112@gmail.com>2020-12-05 20:25:48 +0900
committerGitHub <noreply@github.com>2020-12-05 12:25:48 +0100
commit89588a73915d22b2b4f7d0d191ac162d37cdb966 (patch)
tree704f50920d91ad0484d46dcbac028784a53e4db3 /docs
parent749245bda7521790cef72f1ecc824fb92c4b4449 (diff)
feat(nodejs): check node engines version in package.json (#1847)
* check node engines version in package.json * fix code, following review.
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index d5d8b44f1..77e11176c 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -1727,6 +1727,7 @@ The module will be shown if any of the following conditions are met:
| `symbol` | `"⬢ "` | A format string representing the symbol of NodeJS. |
| `style` | `"bold green"` | The style for the module. |
| `disabled` | `false` | Disables the `nodejs` module. |
+| `not_capable_style` | `bold red` | The style for the module when an engines property in Packages.json does not match the NodeJS version. |
### Variables