Skip to content

Commit

Permalink
jQuery works from 1.8.2 and up.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Aug 18, 2015
1 parent f519cf0 commit fb6c66e
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 @@ -11,7 +11,7 @@
"keywords": ["contextmenu", "context-menu", "right-click-menu", "right-click", "navigation", "menu"],
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
"jquery": ">=1.8.2"
},
"ignore": [
"demo/",
Expand Down
2 changes: 1 addition & 1 deletion contextMenu.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"homepage": "http://swisnl.github.io/jQuery-contextMenu/",
"docs": "http://swisnl.github.io/jQuery-contextMenu/docs.html",
"dependencies": {
"jquery": ">=1.7"
"jquery": ">=1.8.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"dependencies": {
"jquery": ">=1.7.0"
"jquery": ">=1.8.2"
},
"devDependencies": {
"dalek-browser-chrome": "0.0.10",
Expand Down

0 comments on commit fb6c66e

Please sign in to comment.