summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/yarn/README.md1
-rw-r--r--plugins/yarn/yarn.plugin.zsh1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/yarn/README.md b/plugins/yarn/README.md
index 270bf6b7f..5c7c7f323 100644
--- a/plugins/yarn/README.md
+++ b/plugins/yarn/README.md
@@ -55,3 +55,4 @@ zstyle ':omz:plugins:yarn' global-path no
| yv | `yarn version` | Update the version of your package |
| yw | `yarn workspace` | Run a command within a single workspace. |
| yws | `yarn workspaces` | Run a command within all defined workspaces. |
+| yy | `yarn why` | Show why a package has been installed, detailing which other packages depend on it |
diff --git a/plugins/yarn/yarn.plugin.zsh b/plugins/yarn/yarn.plugin.zsh
index 7ba710df7..157044d71 100644
--- a/plugins/yarn/yarn.plugin.zsh
+++ b/plugins/yarn/yarn.plugin.zsh
@@ -43,3 +43,4 @@ alias yup="yarn upgrade"
alias yv="yarn version"
alias yw="yarn workspace"
alias yws="yarn workspaces"
+alias yy="yarn why"