joshuahhh / purescript-mkdirp

Recursively mkdir, like `mkdir -p`, but in node.js (node-mkdirp for PureScript)
MIT License
1 stars 4 forks source link

The project is not accessible in The Registry #8

Open Hi-Angel opened 2 weeks ago

Hi-Angel commented 2 weeks ago

Pursuit page claims the package should be in the registry, but perhaps something broke, it is invisible to spago.

Steps to reproduce

  1. mkdir foo && cd foo
  2. spago init
  3. spago ls packages | grep mkdirp

Expected

The package is in the list

Actual

The package is missing

joshuahhh commented 2 weeks ago

I haven't worked on Purescript for 6 years or so. If you'd like to fork this repo and maintain it from here, that sounds lovely to me. Let me know if there's anything I need to do to pass on ownership. Thanks!

Hi-Angel commented 2 weeks ago

Thank you for your suggestion! I made use of this module which provides the same functional.

It's just that the Pursuit page shows your package available when it isn't. If you're not planning to work on it, maybe worth removing the page or at least adding a note that the package is no longer actually there