You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
There's an issue when trying to update bower components when there are unstable versions available.
Here, I already have jquery#2.1.4 (latest stable version), but bower-update shows a 3.0.0-alpha. When I tried to update, it says that 0 components are updated.
Does this mean that bower-update only updates to the latest stable version? If so, it'll be great if you could log that version instead of 3.0.0-alpha.
There's an issue when trying to update bower components when there are unstable versions available.
Here, I already have
jquery#2.1.4(latest stable version), butbower-updateshows a3.0.0-alpha. When I tried to update, it says that 0 components are updated.Does this mean that
bower-updateonly updates to the latest stable version? If so, it'll be great if you could log that version instead of3.0.0-alpha.