Skip to content

Updates Bower components to the really latest versions.

License

Notifications You must be signed in to change notification settings

3dd13/bower-update

 
 

Repository files navigation

bower-update

Build Status

Updates Bower project’s components to the really latest versions, no matter what bower.json requires.

For example if your bower.json requires jQuery ~2.0.0 standard bower update command will install 2.0.9 but not 2.1.0. bower-update will install 2.1.0, 3.0.0, etc.

Installation

npm install -g bower-update

Usage

Just cd to your project’s root folder (where your bower.json is located) and run:

bower-update [--non-interactive]

Options

non-interactive

bower-update will not ask you before updating any components.

Changelog

The changelog can be found in the Changelog.md file.


License

The MIT License, see the included License.md file.

About

Updates Bower components to the really latest versions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.7%
  • CoffeeScript 15.3%