Closed EndangeredMassa closed 10 years ago
Any thoughts on this?
Just got back from vacation, will address in the next week or so while updating to 3.2
Before the 3.2 release you can change the bower.json with "bootstrap-stylus": "https://github.com/Acquisio/bootstrap-stylus/archive/master.zip"
Next time it would be preferable to do something like 3.1.10, 3.1.11, 3.1.12
Semver: major.minor.patch
Recent update fixed this.
Bower doesn't see 4 digit version numbers as installable tags because if uses semver to determine that. https://github.com/bower/bower/issues/118
bootstrap-stylus is currently at 3.1.1.2, but a
bower install bootstrap-stylus
installs 3.1.1. Is the intent to keep these versions hidden from bower or was this just an oversight?I can install 3.1.1.2 directly by doing
bower install git://github.com/Acquisio/bootstrap-stylus#3.1.1.2
, but it would be great if I could get it by specifying~3.1.1
.I recommend tagging the next release as 3.1.2 (or 3.2.0) so that bower can continue to install this library properly.