Skip to content

Commit

Permalink
Fix jQuery Bower dependency to be less strict.
Browse files Browse the repository at this point in the history
The version matters less because it doesn't use that many fancy
functionality from jQuery, and the main API didn't change so much.
  • Loading branch information
Peter Bex committed Jan 16, 2015
1 parent 36e6c4a commit 3b97a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"modal"
],
"dependencies": {
"jquery": "~1.8.0"
"jquery": "1.8.0 - 2.1.x"
},
"license": "MIT"
}

0 comments on commit 3b97a42

Please sign in to comment.