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

Commit

Permalink
Bower.json: use ^ for cldr, handlebars
Browse files Browse the repository at this point in the history
Bower's ~ operator doesn't work quite like Ruby's ~>. Better to use
^, which means "compatible with" -- everything up to the next major
release.
  • Loading branch information
James A. Rosen committed Feb 19, 2014
1 parent f4a13be commit 3d64841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "I18n support for Ember.js",
"main": [ "lib/i18n.js" ],
"dependencies": {
"cldr": "~1.0",
"cldr": "^1.0",
"jquery": ">=1.7 <3",
"handlebars": "~1.0",
"handlebars": "^1.0",
"ember": ">0.9.7 <2"
},
"scripts": {
Expand Down

0 comments on commit 3d64841

Please sign in to comment.