Reactive-Extensions / rx.angular.js

AngularJS Bindings for RxJS
Other
827 stars 89 forks source link

Bower version not correct #116

Open rich-j opened 8 years ago

rich-j commented 8 years ago

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#").

PhiLhoSoft commented 8 years ago

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.