Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #80 from bwarren2/feature/req-version-bump
Browse files Browse the repository at this point in the history
Change jQuery version requirement
  • Loading branch information
paltman committed Jun 19, 2015
2 parents 8900c30 + 8503336 commit 37a7fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.13.0",
"main": "./js/eldarion-ajax.min.js",
"dependencies": {
"jquery": "~1.8.3"
"jquery": ">=1.8.3"
},
"ignore": [
"**/.*",
Expand All @@ -13,4 +13,4 @@
"test",
"tests"
]
}
}

0 comments on commit 37a7fe4

Please sign in to comment.