-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JQuery version 1.7 bower.json #13
Comments
Your free to use any version down to 1.7 with this. The example uses 1.11.0 so that it works in IE11. That is a jQuery issue. |
Ok,I said that because I use bower to manage my dependencies, if I declare I think that it is not good because this version of jquery is too old. I have to force bower to use my jquery version. On 11 February 2014 05:19, David J. Bradshaw [email protected]:
Felipe Santos |
Please submit a patch, as I'm not much of a Bower user. On Tuesday, February 11, 2014, Felipe Guimarães Santos <
David J. Bradshaw )'( [email protected] |
Ok, one doubt, Wich version of jquery works with this plugin? 1.7 and above? |
Yeah 1.7+ On Tuesday, February 11, 2014, Felipe Guimarães Santos <
David J. Bradshaw )'( [email protected] |
OK so having read up on node-semver I've changed it to the following, so it should now be happy with any version over 1.7 in Bower.
|
Yes that's it, you need to put ">=" in bower.json file |
The version of JQuery should not be updated?
The text was updated successfully, but these errors were encountered: