vnphanquang / svelte-put

Useful svelte stuff to put in your projects
https://svelte-put.vnphanquang.com
MIT License
836 stars 25 forks source link

fix: missing dts file #296

Closed o-az closed 6 months ago

o-az commented 6 months ago

https://publint.dev/@svelte-put/copy@3.0.1

vnphanquang commented 6 months ago

Thanks for looking into this. types/index.d.ts is indeed missing in latest version, but this is due to a typo in package.json, the actual fix was done via https://github.com/vnphanquang/svelte-put/commit/c7813d7caf9bac19edfed1e0cf6778e1c9c607d5 and is now available in @svelte-put/copy@3.0.2.

Closing for now. Feel free to leave comment if you are still having problem.