ehynds / jquery-ui-multiselect-widget

jQuery UI MultiSelect widget
GNU General Public License v2.0
1.37k stars 692 forks source link

Dependencies #860

Open ronkorving opened 4 years ago

ronkorving commented 4 years ago

Shouldn't jquery and jquery-ui be peerDependencies instead of dependencies? The current setup will install the jquery of your choice, instead of my choice, which is already in my app.

mlh758 commented 4 years ago

That seems like a reasonable change, feel free to open a PR.