maxmx / bootstrap-stylus

Port of Bootstrap to Stylus
MIT License
585 stars 113 forks source link

bower doesn't see 4 digit version numbers #53

Closed EndangeredMassa closed 10 years ago

EndangeredMassa commented 10 years ago

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.

EndangeredMassa commented 10 years ago

Any thoughts on this?

maxmx commented 10 years ago

Just got back from vacation, will address in the next week or so while updating to 3.2

hlehmann commented 10 years ago

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

enzy commented 10 years ago

Semver: major.minor.patch

maxmx commented 10 years ago

Recent update fixed this.