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
Bower components should use semvar. In semvar, 1.0.0 => 1.0.1 indicates a patch update - a backwards compatible bug fix. Changing type signatures is a non-backwards compatible change, so the major version should have been bumped to help avoid type errors when compiling old code.