Bower version not correct
Opened this issue · 1 comments
The bower.json
file for the 1.0.4
release has "version": "0.0.14",
instead of 1.0.4
. This causes confusion with some build tools (e.g. https://www.npmjs.com/package/gulp-cdnizer).
I'm guessing that this incorrect version also causes my project's bower.json
to list this dependency as "rx-angular": "rx.angular#1.0.4",
(note the extraneous "rx.angular#").
Same here. I thought I got the wrong version, so I re-installed everything, but actually I really got the 1.1.3, as shown by the .bower.json
file.
Another annoying point is that I can't find the version number anywhere, outside of this file (automatically generated by Bower, AFAIK).
I know Bower is a dying tech, but a good number of projects still use it, so I fear you have to maintain these files for a while, yet.