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

Allow more recent jQuery versions in bower.json #644

Merged
merged 3 commits into from
Apr 11, 2018

Conversation

davidstritzl
Copy link
Contributor

This is analogous to the change in the package.json in 6b3d38f.

@@ -17,6 +17,6 @@
],
"dependencies": {
"bootstrap": ">=2.3.2",
"jquery": "~1.9.0"
"jquery": ">=1.9.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably go for ^1.9.0 || 2^ || 3^

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same as in package.json. If I change it here, should I do the same in package.json?

@LostCrew LostCrew self-assigned this Apr 3, 2018
@LostCrew LostCrew merged commit e60005f into Bttstrp:master Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants