m-gagne / limit.js

JavaScript event/call debounce & limit helper
MIT License
177 stars 14 forks source link

No release tags #9

Open deckar01 opened 8 years ago

deckar01 commented 8 years ago

Although limit.js is published to bower as version 0.1.0, when I bower install --save limit I get "limit.js": "limit#*" in my bower.json.

When I try to bower install --save limit#0.1.0 I get:

bower ENORESTARGET  No tag found that was able to satisfy 0.1.0

Additional error details:
No versions found in https://github.com/m-gagne/limit.js.git

I should be able to restrict the package to a version range or pin a specific version down.

It looks like adding a release tag on github would solve this issue.