From fd42d94f622586c0625d374037821701e330653c Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 8 Feb 2017 15:57:04 +0100 Subject: [PATCH] Yarn ls command is actually list --- plugins/yarn/yarn.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/yarn/yarn.plugin.zsh b/plugins/yarn/yarn.plugin.zsh index 47c503acb..5565c3a3c 100644 --- a/plugins/yarn/yarn.plugin.zsh +++ b/plugins/yarn/yarn.plugin.zsh @@ -31,7 +31,7 @@ _yarn () 'cache:Clear the local cache. It will be populated again the next time yarn or yarn install is run.' \ 'clean:Frees up space by removing unnecessary files and folders from dependencies.' \ 'check:Verifies that versions of the package dependencies in the current project’s package.json matches that of yarn’s lock file.' \ - 'ls:List all installed packages.' \ + 'list:List all installed packages.' \ 'global:Makes binaries available to use on your operating system.' \ 'info: [] - fetch information about a package and return it in a tree format.' \ 'outdated:Checks for outdated package dependencies.' \