Yarn ls command is actually list

This commit is contained in:
Simen Bekkhus 2017-02-08 15:57:04 +01:00
parent d2725d44fc
commit fd42d94f62
No known key found for this signature in database
GPG Key ID: F8DE8DC2A9CDB9FF

View File

@ -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 projects package.json matches that of yarns lock file.' \
'ls:List all installed packages.' \
'list:List all installed packages.' \
'global:Makes binaries available to use on your operating system.' \
'info:<package> [<field>] - fetch information about a package and return it in a tree format.' \
'outdated:Checks for outdated package dependencies.' \