Commit 7697c402 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4939 from AntouanK/feature/npm-outdated

Add alias for "npm outdated"
parents 9280f2c8 097cc70f
......@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment