Remove comment

This commit is contained in:
Marc Cornellà 2018-06-17 00:00:51 +02:00 committed by GitHub
commit 1cdf35e020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ alias y="yarn "
alias ya="yarn add"
alias ycc="yarn cache clean"
alias yh="yarn help"
alias yout="yarn outdated" # yo would conflict with yeoman which is quite popular in yarn community
alias yout="yarn outdated"
alias yui="yarn upgrade-interactive"
_yarn ()