denoland/website_feedback

Minor search error presents the same library twice

Opened this issue · 0 comments

If you search for fsm on deno.land, you'll see three results.

The second and third result are the same thing, one written with ./ in front of the module name. They go the same place.

I'm the author of jssm, the mentioned module, so if it's because of the module's contents, I'll change them to fix it

image