walmartlabs / thorax

Strengthening your Backbone
http://thoraxjs.org/
Other
1.32k stars 129 forks source link

Missing 3.x tags make bower dependencies unavailable #400

Open yamsellem opened 9 years ago

yamsellem commented 9 years ago

Hi,

The repository bower file declares the 3.0.0-beta.5 release but, because there is no github tag with that name bower install only offers Available versions: 2.3.2, 2.2.1, 2.2.0, 2.1.3, 2.1.2, 2.1.0, 2.0.3, 2.0.1, 2.0.0, 2.0.0-rc12, 2.0.0-rc11

As a temporary fix, I use: dependencies { "thorax": "https://github.com/walmartlabs/thorax.git#3.0.0-beta.5" }