Skip to content

Commit

Permalink
Added upper version constraints for jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Aug 3, 2016
1 parent d02beab commit 54266c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"jquery" : ">=1.7.1"
"jquery" : ">=1.7.1 <4.0.0"
},
"ignore": []
}
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -19,8 +19,8 @@
"type": "component",
"require": {
"robloach/component-installer": "*",
"components/bootstrap" : "<4.0",
"components/jquery": ">=1.7.1"
"components/bootstrap" : ">=2.0, <4.0",
"components/jquery": ">=1.7.1, <4.0.0"
},
"extra": {
"component": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/eternicode/bootstrap-datepicker.git"
},
"dependencies": {
"jquery" : ">=1.7.1"
"jquery" : ">=1.7.1 <4.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",
Expand Down

0 comments on commit 54266c3

Please sign in to comment.