Skip to content

Commit

Permalink
Merge pull request ohmyzsh#4939 from AntouanK/feature/npm-outdated
Browse files Browse the repository at this point in the history
Add alias for "npm outdated"
  • Loading branch information
robbyrussell committed Mar 26, 2016
2 parents 9280f2c + 097cc70 commit 7697c40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/npm/npm.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ alias npmD="npm i -D "
# Execute command from node_modules folder based on current directory
# i.e npmE gulp
alias npmE='PATH="$(npm bin)":"$PATH"'

# Check which npm modules are outdated
alias npmO="npm outdated"

0 comments on commit 7697c40

Please sign in to comment.