malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

Add semver tags #108

Open dhinus opened 9 years ago

dhinus commented 9 years ago

Bower requires git tags to follow semver to work properly.

At the moment you can install blockui via bower if you specify an exact version in your bower.json (e.g. 2.70) but not if you specify a version range (e.g. ^2.0).

fchambo commented 9 years ago

+1

Invis1ble commented 9 years ago

:+1:

Mic75 commented 8 years ago

Hello @malsup,

First of all, I 'd like to thank you for this package, it helps a lot !

As the other guys before me mentioned, it would be great if the git tags would follow semver.

Currently, blockui can't be installed when using a custom bower registry (like artifactory) for example. See this thread for details.

Thanks in advance.