jellekralt / Responsive-Tabs

Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.
http://jellekralt.github.io/Responsive-Tabs/
MIT License
531 stars 228 forks source link

Fix jQuery version in package.json #118

Closed kswedberg closed 7 years ago

kswedberg commented 7 years ago

Updated "jquery" in package.json to be more flexible, allowing a version range between 1.7.2 and latest 2.x. This is needed because yarn install errors out otherwise. Also, npm install produces this warning: "…Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers"

kswedberg commented 7 years ago

Didn't want to include jQuery 3.x because it looks like you've so far only tested with jquery-2.1.0.min.js

jellekralt commented 7 years ago

Thanks!

kswedberg commented 7 years ago

Thank you for merging it in! Any chance you could bump the version and publish to npm?

thanks agin.