Skip to content

Commit

Permalink
doc: add npm add as alias to npm install (#160)
Browse files Browse the repository at this point in the history
PR-URL: #160
Credit: @ahasall
Reviewed-By: @zkat
  • Loading branch information
ahasall authored and zkat committed Feb 18, 2019
1 parent 863baff commit 5d76338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli/npm-install.md
Expand Up @@ -14,7 +14,7 @@ npm-install(1) -- Install a package
npm install <tarball url>
npm install <folder>

alias: npm i
aliases: npm i, npm add
common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]

## DESCRIPTION
Expand Down

0 comments on commit 5d76338

Please sign in to comment.