Remove broken link and move npmg alias position
This commit is contained in:
parent
df80081e9b
commit
f9c16f940e
@ -1,13 +1,11 @@
|
|||||||
eval "$(npm completion 2>/dev/null)"
|
eval "$(npm completion 2>/dev/null)"
|
||||||
|
|
||||||
|
|
||||||
# npm package names are lowercase
|
|
||||||
# - https://twitter.com/substack/status/23122603153150361
|
|
||||||
# Thus, we've used camelCase for the following aliases:
|
|
||||||
|
|
||||||
# Install dependencies globally
|
# Install dependencies globally
|
||||||
alias npmg="npm i -g "
|
alias npmg="npm i -g "
|
||||||
|
|
||||||
|
# npm package names are lowercase
|
||||||
|
# Thus, we've used camelCase for the following aliases:
|
||||||
|
|
||||||
# Install and save to dependencies in your package.json
|
# Install and save to dependencies in your package.json
|
||||||
# npms is used by https://www.npmjs.com/package/npms
|
# npms is used by https://www.npmjs.com/package/npms
|
||||||
alias npmS="npm i -S "
|
alias npmS="npm i -S "
|
||||||
|
Loading…
Reference in New Issue
Block a user