update
$ bower update <name> [<name> ..] [<options>]
Updates installed packages to their newest version according to bower.json.
update options
-
-F
,--force-latest
: Force latest version on conflict -
-p
,--production
: Do not install project devDependencies -
-S
,--save
: Updatedependencies
in bower.json -
-D
,--save-dev
: UpdatedevDependencies
in bower.json
Please login to continue.