Skip to content

Commit

Permalink
add help menu for update --save, update --save-dev
Browse files Browse the repository at this point in the history
Ref #2035
  • Loading branch information
desandro committed Dec 7, 2015
1 parent 338ac99 commit 612aaa8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/json/help-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
"shorthand": "-p",
"flag": "--production",
"description": "Do not install project devDependencies"
},
{
"shorthand": "-S",
"flag": "--save",
"description": "Update dependencies in bower.json"
},
{
"shorthand": "-D",
"flag": "--save-dev",
"description": "Update devDependencies in bower.json"
}
]
}

0 comments on commit 612aaa8

Please sign in to comment.