Schum123 / svelte-loading-spinners

A collection of loading spinner components for SvelteJs
https://schum123.github.io/svelte-loading-spinners/
MIT License
511 stars 35 forks source link

It seems that the publish format is incorrect in v0.3.5 #54

Closed jill64 closed 5 months ago

jill64 commented 5 months ago

The following error occurs in v0.3.5.

screenshot 2024-04-03 103028 png

It appears that the toolchain for this library is out of date and the package needs to be published using the following procedure.

npm run build && cd package && npm publish
AdamOlsson commented 5 months ago

I am also experiencing the above issue.

Schum123 commented 5 months ago

@jill64 @AdamOlsson A new version was just published.

AdamOlsson commented 5 months ago

I've verified and it works :)