bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
292 stars 66 forks source link

Please unregister purescript-graphql #284

Closed ethul closed 5 years ago

ethul commented 5 years ago

ethul/purescript-graphql#1

sheerun commented 5 years ago

You can do it by yourself, there's bower unregister command

sheerun commented 5 years ago

If it doesn't work you can try to update bower first

ethul commented 5 years ago

Thanks. I did try to unregister using bower 1.8.4, but no luck yet.

sheerun commented 5 years ago

OK, I unregistered it for you

sheerun commented 5 years ago

curl https://registry.bower.io/packages/purescript-graphql

sheerun commented 5 years ago

you also need to do bower cache clean to see changes locally as bower caches most of registry requests

ethul commented 5 years ago

Thank you very much for your help!