tscanlin / tocbot

Build a table of contents from headings in an HTML document.
MIT License
1.39k stars 115 forks source link

No more types? #344

Closed TheDutchCoder closed 4 months ago

TheDutchCoder commented 5 months ago

tocbot doesn't seem to ship types anymore. There's a reference in the package.json: "types": "./index.d.ts", but that file doesn't exist anymore.

tscanlin commented 5 months ago

Hey, I think I may have forgot to add that file to the files array in package.json. I just added it and published a release that should have it: tocbot@4.27.19 Can you try it out and let me know if it fixes things? Thanks for the heads up!

tscanlin commented 4 months ago

This should be fixed now. Please respond if you are still having issues. Thanks!