Merge pull request #1156 from ycmjason/patch-1

Added alias that only list top level modules
pull/1165/head
Nils Winkler 2018-03-23 08:38:34 +01:00 committed by GitHub
commit 6cf96b8f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ alias nod='npm outdated'
alias nrb='npm rebuild'
alias nud='npm update'
alias nr='npm run'
alias nls='npm list'
alias nlsg='npm list --global'
alias nls='npm list --depth=0 2>/dev/null'
alias nlsg='npm list -g --depth=0 2>/dev/null'