Reactive-Extensions / RxJS

The Reactive Extensions for JavaScript
http://reactivex.io
Other
19.49k stars 2.1k forks source link

bower install by default gives version 4 #1542

Open activedecay opened 6 years ago

activedecay commented 6 years ago
bower install rxjs

this command installs rxjs 4

is there a bower command to install latest rxjs 5?

https://stackoverflow.com/questions/34852776/how-to-add-rxjs-5-as-a-bower-dependency

i guess i'm the first one to ask for it. i need to figure out how to get away from bower. sad face.

activedecay commented 6 years ago
bower install reactivex-rxjs#5.5.4

i tried this, but wiredep doesn't seem to be able to pick it up (there's no dist directory)