Closed deanbrowne closed 11 years ago
Thank you for reporting. I've created a tag for 0.5.4 and will bear this issue in mind when bumping the version from now on.
Thanks! I was able to successfully reference it from component.json by adding a dependency.
"dependencies": {
...
"fastclick": "0.5.x"
}
While trying to move my dependencies to Twitter Bower I noticed Bower requires tags for each version. Even though component.json correctly specifies 0.5.4 Bower will only pull 0.3.0.
Perhaps related, Bower seems to have some trouble with its
bower update
command because there is no 0.1.0 tag.I'm guessing that just creating a tag for the latest 0.5.4 release will fix everything since the latest tag (0.3.0) doesn't have a component.json file.