Skip to content

Commit

Permalink
Fix jQuery version to include patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Jul 30, 2018
1 parent f65e9de commit 141ca09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"main": "./dist/jquery.jcarousel.js",
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
"jquery": ">=1.7.0"
}
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"version": "0.3.7",
"dependencies": {
"components/jquery": ">=1.7"
"components/jquery": ">=1.7.0"
},
"development": {
"grunt": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
"jquery": ">=1.7.0"
},
"devDependencies": {
"grunt": "^1.0.2",
Expand Down

0 comments on commit 141ca09

Please sign in to comment.