kefirjs/kefir

Bower not aware of kefirjs/kefir, still points to rpominov/kefir

wbercx opened this issue · 3 comments

Hi,

It appears you have moved Kefir to kefirjs/kefir, but Bower is still pointing to rpominov/kefir, causing builds to fail as it has no releases.

I am aware Bower itself has been deprecated, but we have not gotten around to migrating to Yarn just yet.

If it helps anyone else: we've worked around it by specifically pointing to a release in this repo in our bower.json file.

"dependencies": {
    "kefir": "https://github.com/kefirjs/kefir.git#3.8.0"
}

This may catch some other people off-guard though.

I've unregistered and registered it again pointing to the new repo. Should be fixed now.

@wbercx Does this resolve the issue for you?

Works fine now. Thanks for that!