Skip to content

Commit

Permalink
Merge pull request #204 from fidothe/fix-jquery-bower-dep
Browse files Browse the repository at this point in the history
loosen jquery version dependency
  • Loading branch information
aterrien committed May 6, 2014
2 parents f0ee538 + 1a4e3cf commit f06ac07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"license": "MIT",
"ignore": [],
"dependencies": {
"jquery": "1.7.0"
"jquery": ">=1.7.0"
},
"devDependencies": {}
}
}

0 comments on commit f06ac07

Please sign in to comment.