How to update bower.json file to reflect changes when uninstalling a specific package(s)? -


how update bower.json file reflect changes when uninstalling specific package(s)?

use -s or --save:

-s, --save remove uninstalled packages project's bower.json dependencies

you can check other options bower uninstall --help.


Comments