rkit / react-select2-wrapper

Wrapper for Select2
MIT License
163 stars 97 forks source link

Jquery version upgrade #38

Closed ashwinik001 closed 8 years ago

ashwinik001 commented 8 years ago

Fix for the issue,

https://github.com/rkit/react-select2-wrapper/issues/36

rkit commented 8 years ago

Please try delete jquery from dependencies of this component (react-select2-wrapper) and add jquery to your package.json. If it helps, I will delete jquery dependency.

ashwinik001 commented 8 years ago

in that case will you prefer, if I add jquery as a peer deps to the react-select2-wrapper repo in the following format:

"jquery": ">=2.1.4"

rkit commented 8 years ago

I agree.

rkit commented 8 years ago

Thanks!

ashwinik001 commented 8 years ago

@rkit , Thanks for the merge and publish over npm.