purescript-contrib / pulp

A build tool for PureScript projects
GNU Lesser General Public License v3.0
443 stars 86 forks source link

Stop attempting to register on Bower registry during publish #388

Closed hdgarrood closed 4 years ago

hdgarrood commented 4 years ago

Instead of automatically registering packages on the Bower registry during publish, we now check to see whether a package is registered in purescript/registry, and if it is not, throw an error and ask the user to register manually. This should allow new packages to be published as the bower registry is no longer accepting new package registrations.

See also https://github.com/purescript/package-sets/pull/577.

There are no tests, but I have tested this manually and I'm fairly confident it works.

cc @f-f

hdgarrood commented 4 years ago

Thanks!

f-f commented 4 years ago

Thank you! :slightly_smiling_face: