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
In issue #612 it is stated:
"There shouldn't be any issue using older jQuery. The primary use of jQuery is to allow for jquery-ui (in addition to some other simple functions). Make sure that you're using a version of jquery-ui that is compatible with your version of jQuery"
Your dependencies are on "jquery": ">= 3.1.0" which forces bower to update Jquery to that version (if your project's version is lower than 3.1.0) when it is not really necessary. This is a huge impediment when implementing your plugin that can be easily addressed by setting your Jquery dependency to ">=1.6".