Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
relax jQuery dependency to ">= 1.7 <3"
Browse files Browse the repository at this point in the history
Resolves #92
  • Loading branch information
James A. Rosen committed Feb 10, 2014
1 parent be61545 commit e6127fe
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 @@ -5,7 +5,7 @@
"main": [ "lib/i18n.js" ],
"dependencies": {
"cldr": "~1.0",
"jquery": "~1.7",
"jquery": ">=1.7 <3",
"handlebars": "~1.0",
"ember": ">0.9.7 <1.2"
},
Expand Down

0 comments on commit e6127fe

Please sign in to comment.