You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
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#").
The text was updated successfully, but these errors were encountered:
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.
The
bower.json
file for the1.0.4
release has"version": "0.0.14",
instead of1.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#").The text was updated successfully, but these errors were encountered: