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

stop including benchmarks in published bundle #102

Closed SuperchupuDev closed 1 month ago

SuperchupuDev commented 1 month ago

benchmarks are currently being published to npm for some reason

package.json is duplicated too, it's in dist in addition to the root

not including benchmarks and deduplicated package.json would reduce the total bundle size by 30.5%

image