Skip to content
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

Closed
felipegs opened this issue Feb 10, 2014 · 7 comments
Closed

JQuery version 1.7 bower.json #13

felipegs opened this issue Feb 10, 2014 · 7 comments

Comments

@felipegs
Copy link

The version of JQuery should not be updated?

@davidjbradshaw
Copy link
Owner

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.

@felipegs
Copy link
Author

Ok,I said that because I use bower to manage my dependencies, if I declare
jquery like this "jquery": "~1.10.2", it will use jquery 1.7.

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 notifications@github.comwrote:

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.

Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-34731353
.

Felipe Santos

@davidjbradshaw
Copy link
Owner

Please submit a patch, as I'm not much of a Bower user.

On Tuesday, February 11, 2014, Felipe Guimarães Santos <
notifications@github.com> wrote:

Ok,I said that because I use bower to manage my dependencies, if I declare
jquery like this "jquery": "~1.10.2", it will use jquery 1.7.

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 <notifications@github.comjavascript:_e(%7B%7D,'cvml','notifications@github.com');

wrote:

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.

Reply to this email directly or view it on GitHub<
#13 (comment)

.

Felipe Santos

Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-34747984
.

David J. Bradshaw )'( dave@bradshaw.net

@felipegs
Copy link
Author

Ok, one doubt, Wich version of jquery works with this plugin? 1.7 and above?

@davidjbradshaw
Copy link
Owner

Yeah 1.7+

On Tuesday, February 11, 2014, Felipe Guimarães Santos <
notifications@github.com> wrote:

Ok, one doubt, Wich version o jquery works with this plugin? 1.7 and above?

Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-34767128
.

David J. Bradshaw )'( dave@bradshaw.net

@davidjbradshaw
Copy link
Owner

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.

"dependencies": {
  "jQuery": ">=1.7"
}

@felipegs
Copy link
Author

Yes that's it, you need to put ">=" in bower.json file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants