This commit is contained in:
Daniele 2017-05-10 06:13:51 +00:00 committed by GitHub
commit d1bf29862f

View file

@ -21,6 +21,9 @@ alias npmg="npm i -g "
# npms is used by https://www.npmjs.com/package/npms
alias npmS="npm i -S "
# Install and save the exact version of dependencies in your package.json
alias npmSE="npm i -SE "
# Install and save to dev-dependencies in your package.json
# npmd is used by https://github.com/dominictarr/npmd
alias npmD="npm i -D "