Merge pull request #735 from ifo/install-save-shorthand-fix

Fix install save shorthand
This commit is contained in:
André Cruz
2013-08-06 16:41:35 -07:00

View File

@@ -22,7 +22,7 @@
"description": "Do not install project devDependencies"
},
{
"shorthand": "-s",
"shorthand": "-S",
"flag": "--save",
"description": "Save installed packages into the project's bower.json dependencies"
},