thecodrr / fdir

⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
https://thecodrr.github.io/fdir/
MIT License
1.46k stars 51 forks source link

Invalid reference of TypeScript types #88

Closed k7sleeper closed 1 year ago

k7sleeper commented 1 year ago

Type definitions are now located under dist. Thus, field types in package.json must have the value "dist/index.d.ts",

thecodrr commented 1 year ago

Oops. I missed this. Thanks for the heads up. I'll release a version right away.

thecodrr commented 1 year ago

v6.0.1 is out that fixes this.