From ad4913fd613cee6e5e295a0ee0786eb584ad64d0 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 21 Aug 2018 14:48:31 +0800 Subject: [PATCH] README.md: add optional dependencies for yarn, bower and npm completions --- CHANGELOG.md | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b857a6d48..6bb7aa701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,6 +86,9 @@ fish 3.0 is a major release which brings with it both improvements in functional - `unzip` - `xsv` - Lots of improvements to completions (especially `git` and `hg`). +- Completions for `yarn` and `npm` now require the `all-the-package-names` NPM package for full + functionality. +- Completions for `bower` and `yarn` now require the `jq` utility for full functionality. - Improved French translations. -- diff --git a/README.md b/README.md index 9be873761..95d23ed0d 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ The following optional features also have specific requirements: * the `fish_config` web configuration tool requires Python (2.7+ or 3.3 +) and a web browser * system clipboard integration (with the default Ctrl-V and Ctrl-X bindings) require either the `xsel` or `pbcopy`/`pbpaste` utilities +* full completions for `yarn` and `bower` require the `jq` utility +* full completions for `yarn` and `npm` require the `all-the-package-names` NPM module ### Switching to fish